/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | urlencoded.js | 190 module.exports = UrlEncoded
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 19 #* 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 D | reactDefaultPropsInferenceSuccess.js | 92 exports.__esModule = true;
|
H A D | recursiveConditionalCrash3.js | 153 exports.__esModule = true;
|
H A D | reverseMappedPartiallyInferableTypes.js | 133 exports.__esModule = true;
|
H A D | transformNestedGeneratorsWithTry.js | 63 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | checkJsxSubtleSkipContextSensitiveBug.js | 80 exports.__esModule = true;
|
H A D | propTypeValidatorInference.js | 94 exports.__esModule = true;
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | editing-module-augmentation-incremental.js | 65 exports.__esModule = true;
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | reader.js | 340 exports = {
|
H A D | buffer_decoder.js | 343 exports = BufferDecoder;
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 464 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 D | napi_castengine_enum.cpp | 332 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 D | EnvironmentJS.cpp | 32 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 D | napi_avsession_enum.cpp | 360 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 D | napi_rdb_const_properties.cpp | 261 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 D | native_devicemanager_js.h | 219 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 D | stat_n_exporter.cpp | 362 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 D | common_func.cpp | 35 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 D | stream_n_exporter.cpp | 385 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 D | stat_n_exporter.cpp | 357 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 D | dir_n_exporter.cpp | 466 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 D | file_n_exporter.cpp | 380 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 D | recent_n_exporter.cpp | 365 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 D | picker_n_exporter.cpp | 397 PickerNExporter::PickerNExporter(napi_env env, napi_value exports) : NExporter(env, exports) in PickerNExporter() argument
|