+ JSObjectRef exports(CYCastJSObject(context, CYGetProperty(context, module, property)));
+
+ CYJSString _default("default");
+ if (JSValueIsUndefined(context, CYGetProperty(context, exports, _default)))
+ CYSetProperty(context, exports, _default, exports, kJSPropertyAttributeDontEnum);
+
+ return exports;