Home
last modified time | relevance | path

Searched refs:exports (Results 3501 - 3525 of 3559) sorted by relevance

1...<<141142143

/third_party/node/deps/npm/node_modules/emoji-regex/
H A Dtext.js3 module.exports = function () {
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js32 module.exports = convert;
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp51 * @param exports An empty object via the exports parameter as a convenience.
53 * @return The return value from Init is treated as the exports object for the module.
55 napi_value DataAbilityHelperInit(napi_env env, napi_value exports) in DataAbilityHelperInit() argument
87 return exports; in DataAbilityHelperInit()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp153 GZipNExporter::GZipNExporter(napi_env env, napi_value exports) : NapiExporter(env, exports) in GZipNExporter() argument
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller.cpp69 napi_value NapiAVCastController::Init(napi_env env, napi_value exports) in Init() argument
95 return exports; in Init()
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()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js3456 } else if (typeof exports === 'object') {
3459 * only CommonJS-like enviroments that support module.exports,
3462 module.exports = factory()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1547 napi_value PhotoOutputNapi::Init(napi_env env, napi_value exports) in Init() argument
1591 status = napi_set_named_property(env, exports, CAMERA_PHOTO_OUTPUT_NAPI_CLASS_NAME, ctorObj); in Init()
1593 return exports; in Init()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp131 napi_value MediaAssetChangeRequestNapi::Init(napi_env env, napi_value exports) in Init() argument
158 MediaLibraryNapiUtils::NapiDefineClass(env, exports, info); in Init()
159 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;
/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/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;

Completed in 94 milliseconds

1...<<141142143