/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-composite.js | 70 exports.__esModule = true;
71 exports.classC = void 0;
78 exports.classC = classC;
87 exports.__esModule = true;
101 exports.__esModule = true;
102 exports.indirectClass = void 0;
110 exports.indirectClass = indirectClass;
119 exports.__esModule = true;
130 exports.__esModule = true;
131 exports [all...] |
H A D | noEmit-changes-incremental-declaration.js | 70 exports.__esModule = true;
71 exports.classC = void 0;
78 exports.classC = classC;
87 exports.__esModule = true;
101 exports.__esModule = true;
102 exports.indirectClass = void 0;
110 exports.indirectClass = indirectClass;
119 exports.__esModule = true;
130 exports.__esModule = true;
131 exports [all...] |
H A D | noEmit-changes-incremental.js | 64 exports.__esModule = true;
65 exports.classC = void 0;
72 exports.classC = classC;
77 exports.__esModule = true;
84 exports.__esModule = true;
85 exports.indirectClass = void 0;
93 exports.indirectClass = indirectClass;
98 exports.__esModule = true;
105 exports.__esModule = true;
106 exports [all...] |
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 25 Object.defineProperty(exports, "__esModule", { value: true }); 26 exports.PathScurry = exports.Path = exports.PathScurryDarwin = exports.PathScurryPosix = exports.PathScurryWin32 = exports.PathScurryBase = exports.PathPosix = exports.PathWin32 = exports [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/ |
H A D | plugin_manager.cpp | 21 bool PluginManager::Init(napi_env env, napi_value exports) in Init() argument 26 napi_status status = napi_get_named_property(env, exports, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in Init() 45 render->Export(env, exports); in Init()
|
/applications/standard/app_samples/code/DocsSample/BundleManagerDocsSample/HarSample/library/src/main/cpp/ |
H A D | hello.cpp | 45 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/applications/standard/app_samples/code/DocsSample/BundleManagerDocsSample/HspSample/library/src/main/cpp/ |
H A D | hello.cpp | 45 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/ |
H A D | native_module.cpp | 45 * @param[in] exports An empty object via the exports parameter as a convenience 47 * @return The return value from Init is treated as the exports object for the module 49 static napi_value Init(napi_env env, napi_value exports) in Init() argument 55 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties)); in Init() 57 return JsProviderInit(env, exports); in Init()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_napi.cpp | 43 napi_value Init(napi_env env, napi_value exports) in Init() argument 46 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in Init() 47 return exports; in Init()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/grid/ |
H A D | js_grid.cpp | 49 static napi_value GridExport(napi_env env, napi_value exports) in GridExport() argument 54 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(gridDesc) / sizeof(gridDesc[0]), gridDesc)); in GridExport() 55 return exports; in GridExport()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | js_prompt_action.cpp | 22 static napi_value PromptActionExport(napi_env env, napi_value exports) in PromptActionExport() argument 45 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(promptDesc) / sizeof(promptDesc[0]), promptDesc)); in PromptActionExport() 46 return exports; in PromptActionExport()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/ |
H A D | native_module.cpp | 26 static napi_value AppControlExport(napi_env env, napi_value exports) in AppControlExport() argument 54 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in AppControlExport() 56 return exports; in AppControlExport()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | native_module.cpp | 26 static napi_value BundleInstallerExport(napi_env env, napi_value exports) in BundleInstallerExport() argument 36 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in BundleInstallerExport() 62 return exports; in BundleInstallerExport()
|
/foundation/arkui/napi/sample/native_module_calc/ |
H A D | napi_number.cpp | 40 static napi_value Export(napi_env env, napi_value exports) in Export() argument 63 napi_set_named_property(env, exports, "Number", result); in Export() 64 return exports; in Export()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pbap_pse.h | 27 static void DefinePbapServerJSClass(napi_env env, napi_value exports);
29 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
31 static napi_value PbapPropertyValueInit(napi_env env, napi_value exports);
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 50 return exports;
in Init()
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 50 return exports;
in Init()
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/ |
H A D | hello.cpp | 44 static napi_value Init(napi_env env, napi_value exports) in Init() argument 49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 50 return exports; in Init()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_renderbuffer.h | 30 bool Export(napi_env env, napi_value exports) override; 52 WebGLRenderbuffer(napi_env env, napi_value exports) : NExporter(env, exports), renderbuffer_(0) {}; in WebGLRenderbuffer() argument
|
H A D | webgl_shader.h | 30 bool Export(napi_env env, napi_value exports) override; 60 WebGLShader(napi_env env, napi_value exports) : NExporter(env, exports), shaderId_(0), type_(0) {}; in WebGLShader() argument
|
H A D | webgl_buffer.h | 31 bool Export(napi_env env, napi_value exports) override; 35 WebGLBuffer(napi_env env, napi_value exports) : NExporter(env, exports), bufferId_(0), target_(0) {}; in WebGLBuffer() argument
|