/third_party/node/deps/npm/node_modules/emoji-regex/ |
H A D | text.js | 3 module.exports = function () {
|
/third_party/node/deps/npm/node_modules/color-convert/ |
H A D | conversions.js | 32 module.exports = convert;
|
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_helper.cpp | 51 * @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 D | gzip_n_exporter.cpp | 153 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 D | napi_avcast_controller.cpp | 69 napi_value NapiAVCastController::Init(napi_env env, napi_value exports) in Init() argument 95 return exports; in Init()
|
H A D | napi_avsession.cpp | 100 napi_value NapiAVSession::Init(napi_env env, napi_value exports) in Init() argument 134 return exports; in Init()
|
H A D | napi_avsession_controller.cpp | 66 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 D | lunr.js | 3456 } 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 D | photo_output_napi.cpp | 1547 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 D | media_asset_change_request_napi.cpp | 131 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 D | ic.cc | 1004 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 D | conditionalTypeDiscriminatingLargeUnionRegularTypeFetchingSpeedReasonable.js | 8017 exports.__esModule = true;
8018 exports.makeThing = void 0;
8022 exports.makeThing = makeThing;
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 62 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 D | factory.cc | 2762 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 D | api.js | 3 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 D | file_n_exporter.cpp | 1442 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 D | webgl2_rendering_context.cpp | 1346 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 D | fs.js | 3074 module.exports = fs = { 3229 promises ??= require('internal/fs/promises').exports;
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 71 void StorageProxy::Init(napi_env env, napi_value exports) in Init() argument
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 72 void PreferencesProxy::Init(napi_env env, napi_value exports) in Init() argument
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 864 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 D | buffer.js | 1078 module.exports = {
|
H A D | url.js | 1571 module.exports = {
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 1223 module.exports = createRepl;
|
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 39 module.exports = Readable;
|