Home
last modified time | relevance | path

Searched refs:exports (Results 3101 - 3125 of 3559) sorted by relevance

1...<<121122123124125126127128129130>>...143

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Durlencoded.js190 module.exports = UrlEncoded
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl19 #* Run on UNIX platforms (linux) in order to catch all the exports
89 * Contains data for renaming ICU exports.
236 print HEADER "\n/* C exports renaming data */\n\n";
/third_party/typescript/tests/baselines/reference/
H A DreactDefaultPropsInferenceSuccess.js92 exports.__esModule = true;
H A DrecursiveConditionalCrash3.js153 exports.__esModule = true;
H A DreverseMappedPartiallyInferableTypes.js133 exports.__esModule = true;
H A DtransformNestedGeneratorsWithTry.js63 Object.defineProperty(exports, "__esModule", { value: true });
H A DcheckJsxSubtleSkipContextSensitiveBug.js80 exports.__esModule = true;
H A DpropTypeValidatorInference.js94 exports.__esModule = true;
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A Dediting-module-augmentation-incremental.js65 exports.__esModule = true;
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js340 exports = {
H A Dbuffer_decoder.js343 exports = BufferDecoder;
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp464 napi_value exports, in DoInitAfter()
481 napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor)), in DoInitAfter()
486 napi_define_properties(env, exports, property_count, properties)), in DoInitAfter()
489 return exports; in DoInitAfter()
544 napi_value PixelMapNapi::Init(napi_env env, napi_value exports) in Init() argument
581 auto result = DoInitAfter(env, exports, constructor, in Init()
821 napi_value exports = nullptr; in AttachPixelMapFunc() local
822 napi_create_object(env, &exports); in AttachPixelMapFunc()
823 PixelMapNapi::Init(env, exports); in AttachPixelMapFunc()
1116 napi_value exports in CreatePixelMap() local
463 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument
1168 napi_value exports = nullptr; CreatePixelMapSync() local
1416 napi_value exports = nullptr; CreatePixelMap() local
1494 napi_value exports = nullptr; Unmarshalling() local
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_enum.cpp332 napi_status InitEnums(napi_env env, napi_value exports) in InitEnums() argument
356 return napi_define_properties(env, exports, count, properties); in InitEnums()
/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp32 void EnvironmentJS::Init(napi_env env, napi_value exports) in Init() argument
65 NapiApi::Object exp(env, exports); in Init()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp360 napi_status InitEnums(napi_env env, napi_value exports) in InitEnums() argument
378 return napi_define_properties(env, exports, count, properties); in InitEnums()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp261 napi_status InitConstProperties(napi_env env, napi_value exports) in InitConstProperties() argument
286 return napi_define_properties(env, exports, count, properties); in InitConstProperties()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Dnative_devicemanager_js.h219 static napi_value Init(napi_env env, napi_value exports);
222 static napi_value InitDeviceStatusChangeActionEnum(napi_env env, napi_value exports);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.cpp362 StatNExporter::StatNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in StatNExporter() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp35 void InitOpenMode(napi_env env, napi_value exports) in InitOpenMode() argument
53 napi_set_named_property(env, exports, propertyName, obj); in InitOpenMode()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H A Dstream_n_exporter.cpp385 StreamNExporter::StreamNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in StreamNExporter() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp357 StatNExporter::StatNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in StatNExporter() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.cpp466 DirNExporter::DirNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in DirNExporter() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp380 FileNExporter::FileNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in FileNExporter() argument
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp365 RecentNExporter::RecentNExporter(napi_env env, napi_value exports) : NExporter(env, exports) in RecentNExporter() argument
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp397 PickerNExporter::PickerNExporter(napi_env env, napi_value exports) : NExporter(env, exports) in PickerNExporter() argument

Completed in 20 milliseconds

1...<<121122123124125126127128129130>>...143