/third_party/weex-loader/test/ |
H A D | test.js | 96 var __weex_module__ = {exports : __weex_exports__} 99 components[componentName] = __weex_module__.exports
|
/third_party/node/lib/internal/modules/esm/ |
H A D | shared_constants.js | 21 module.exports = {
|
H A D | handle_process_exit.js | 12 module.exports = {
|
/third_party/node/test/fixtures/node_modules/some_module/ |
H A D | index.js | 3 module.exports = { main: true }
|
H A D | obj.js | 3 module.exports = { obj: 'module' }
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/c/d/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/b/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/c/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/copy/kitchen-sink/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/apilinks/ |
H A D | mod.js | 9 module.exports = {
|
/third_party/node/test/fixtures/es-modules/package-cjs-named-error/json-hack/ |
H A D | fail.js | 1 module.exports = {
|
/third_party/node/test/fixtures/es-modules/package-cjs-named-error/node_modules/deep-fail/ |
H A D | index.js | 1 module.exports = {
|
/third_party/node/test/fixtures/ |
H A D | path.js | 27 exports.path_func = function() {
|
H A D | exports-function-with-param.js | 1 module.exports = function foo(arg) { return arg; }
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 35 void NapiHandsFreeAudioGateway::DefineHandsFreeAudioGatewayJSClass(napi_env env, napi_value exports) in DefineHandsFreeAudioGatewayJSClass() argument 63 DefineCreateProfile(env, exports); in DefineHandsFreeAudioGatewayJSClass() 72 napi_value NapiHandsFreeAudioGateway::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() argument 78 napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties); in DefineCreateProfile() 79 return exports; in DefineCreateProfile()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 47 void NapiBluetoothPan::DefinePanJSClass(napi_env env, napi_value exports) in DefinePanJSClass() argument 71 DefineCreateProfile(env, exports); in DefinePanJSClass() 84 napi_value NapiBluetoothPan::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() argument 90 napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties); in DefineCreateProfile() 91 return exports; in DefineCreateProfile()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 28 void DefineSppFunctions(napi_env env, napi_value exports) in DefineSppFunctions() argument 30 SppPropertyValueInit(env, exports); in DefineSppFunctions() 44 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in DefineSppFunctions() 66 void SppPropertyValueInit(napi_env env, napi_value exports) in SppPropertyValueInit() argument 73 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SppPropertyValueInit()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/ |
H A D | filter_napi.cpp | 71 napi_value FilterNapi::Init(napi_env env, napi_value exports) in Init() argument 98 status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor); in Init() 101 status = napi_define_properties(env, exports, UIEFFECT_ARRAY_SIZE(static_prop), static_prop); in Init() 105 napi_set_named_property(env, exports, "TileMode", tileModeFormat); in Init() 106 return exports; in Init()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 3 exports.__esModule = true; 4 exports["default"] = void 0; 307 exports["default"] = Container; 308 module.exports = exports.default
|
/third_party/node/deps/undici/src/lib/cache/ |
H A D | symbols.js | 3 module.exports = {
|
/third_party/typescript/tests/baselines/reference/project/baseline2/node/ |
H A D | dont_emit.js | 2 exports.__esModule = true;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportEmptyArrayBindingPattern(module=commonjs,target=esnext).js | 7 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | exportEmptyObjectBindingPattern(module=commonjs,target=esnext).js | 7 Object.defineProperty(exports, "__esModule", { value: true });
|
/foundation/arkui/napi/sample/native_module_demo/ |
H A D | demo_javascript_class.h | 22 void DemoJavascriptClassInit(napi_env env, napi_value exports);
|