Home
last modified time | relevance | path

Searched refs:exports (Results 5326 - 5350 of 5386) sorted by relevance

1...<<211212213214215216

/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp2103 static napi_value Init(napi_env env, napi_value exports) in Init() argument
2233 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
2234 return exports; in Init()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp2333 static napi_value Init(napi_env env, napi_value exports) { in Init() argument
2425 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
2426 return exports; in Init()
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H A Dinputndk.cpp1925 static napi_value Init(napi_env env, napi_value exports) in Init() argument
2049 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
2050 return exports; in Init()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1004 Handle<ObjectHashTable> exports( in ComputeHandler()
1005 Handle<JSModuleNamespace>::cast(holder)->module().exports(), in ComputeHandler()
1008 exports->FindEntry(isolate(), roots, lookup->name(), in ComputeHandler()
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypeDiscriminatingLargeUnionRegularTypeFetchingSpeedReasonable.js8017 exports.__esModule = true;
8018 exports.makeThing = void 0;
8022 exports.makeThing = makeThing;
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3426 static napi_value NapiAsyncCleanUpHook(napi_env env, napi_callback_info exports) in NapiAsyncCleanUpHook() argument
3488 static napi_value NapiEnvCleanUpHook(napi_env env, napi_callback_info exports) in NapiEnvCleanUpHook() argument
9016 static napi_value NapiEnvCleanUpHookEnvNull(napi_env env, napi_callback_info exports) in NapiEnvCleanUpHookEnvNull() argument
9027 static napi_value NapiEnvCleanUpHookFuncNull(napi_env env, napi_callback_info exports) in NapiEnvCleanUpHookFuncNull() argument
9040 static napi_value NapiRemoveEnvCleanUpHookEnvNull(napi_env env, napi_callback_info exports) in NapiRemoveEnvCleanUpHookEnvNull() argument
9057 static napi_value NapiRemoveEnvCleanUpHookFuncNull(napi_env env, napi_callback_info exports) in NapiRemoveEnvCleanUpHookFuncNull() argument
9833 static napi_value Init(napi_env env, napi_value exports) in Init() argument
9838 NAPI_CALL(env, napi_set_named_property(env, exports, "testStr", theValue)); in Init()
10369 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties)); in Init()
10377 napi_set_named_property(env, exports, "myClas in Init()
[all...]
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp62 napi_value AVRecorderNapi::Init(napi_env env, napi_value exports) in Init() argument
103 status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor); in Init()
106 status = napi_define_properties(env, exports, sizeof(staticProperty) / sizeof(staticProperty[0]), staticProperty); in Init()
110 return exports; in Init()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2762 Handle<ObjectHashTable> exports = in NewSourceTextModule() local
2778 module.set_exports(*exports); in NewSourceTextModule()
2805 Handle<ObjectHashTable> exports = in NewSyntheticModule() local
2820 module.set_exports(*exports); in NewSyntheticModule()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js3 return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
[all...]
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp100 napi_value NapiAVSession::Init(napi_env env, napi_value exports) in Init() argument
134 return exports; in Init()
H A Dnapi_avsession_controller.cpp66 napi_value NapiAVSessionController::Init(napi_env env, napi_value exports) in Init() argument
106 return exports; in Init()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp1442 FileNExporter::FileNExporter(napi_env env, napi_value exports) in FileNExporter() argument
1443 : NExporter(env, exports) in FileNExporter()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context.cpp1346 bool WebGL2RenderingContext::Export(napi_env env, napi_value exports) in Export() argument
1764 napi_status status = napi_define_properties(env, exports, properties.size(), properties.data()); in Export()
/third_party/node/lib/
H A Dfs.js3074 module.exports = fs = {
3229 promises ??= require('internal/fs/promises').exports;
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp71 void StorageProxy::Init(napi_env env, napi_value exports) in Init() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp72 void PreferencesProxy::Init(napi_env env, napi_value exports) in Init() argument
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc864 imports or exports are different, dependent code needn't be relinked, which
867 If your link step can output a list of exports from a shared library and
/third_party/node/lib/internal/
H A Dbuffer.js1078 module.exports = {
H A Durl.js1571 module.exports = {
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js1223 module.exports = createRepl;
/third_party/node/lib/internal/streams/
H A Dreadable.js39 module.exports = Readable;
/third_party/node/deps/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/
H A DRGI_Emoji.js3 module.exports = function () {
H A Dindex.js3 module.exports = function () {
H A Dtext.js3 module.exports = function () {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js101 module.exports = cls => class IdealTreeBuilder extends cls {

Completed in 86 milliseconds

1...<<211212213214215216