/third_party/node/deps/undici/src/lib/fetch/ |
H A D | response.js | 564 module.exports = {
|
H A D | webidl.js | 644 module.exports = {
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 639 module.exports = {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 143 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function in llvm::object::WasmObjectFile
|
/third_party/typescript/tests/baselines/reference/ |
H A D | neverReturningFunctions1.js | 283 exports.__esModule = true;
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | writer.js | 743 exports = Writer;
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 143 Handle<FixedArray> exports( in RUNTIME_FUNCTION() 166 Cell::cast(exports->get(index - 1)).set_value(value); in RUNTIME_FUNCTION() 646 // If the slot was found in a context or in module imports and exports it in RUNTIME_FUNCTION()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 1327 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1408 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1409 return exports;
in Init()
|
H A D | pthreadndk1.cpp | 1474 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1602 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1603 return exports;
in Init()
|
H A D | stdlibndk.cpp | 1340 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1411 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1412 return exports;
in Init()
|
H A D | stringndk.cpp | 1009 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1076 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1077 return exports;
in Init()
|
H A D | wcharndk1.cpp | 1202 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1291 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1292 return exports;
in Init()
|
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 1186 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1247 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1248 return exports;
in Init()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_cursor_test.cpp | 1148 static napi_value Init(napi_env env, napi_value exports) {
in Init() argument 1182 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1183 return exports;
in Init()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktest/entry/src/main/cpp/ |
H A D | rdb_test.cpp | 1073 static napi_value Init(napi_env env, napi_value exports) in Init() argument 1141 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 1142 return exports; in Init()
|
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 1085 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1219 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1220 return exports;
in Init()
|
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/ |
H A D | global_napi_test.cpp | 1024 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1076 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1077 return exports;
in Init()
|
/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/ |
H A D | ohaudiondk.cpp | 1637 static napi_value Init(napi_env env, napi_value exports) in Init() argument 1651 napi_define_properties(env, exports, mergedLength, mergedArray); in Init() 1652 return exports; in Init()
|
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/ |
H A D | usbddk.cpp | 892 static napi_value Init(napi_env env, napi_value exports) in Init() argument 961 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 962 return exports; in Init()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | audioDecoderAvBuffer.cpp | 1086 static napi_value Init(napi_env env, napi_value exports) in Init() argument 1176 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 1177 return exports; in Init()
|
H A D | videoencoderndk.cpp | 1570 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1688 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1689 return exports;
in Init()
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | mian.cpp | 1529 static napi_value Init(napi_env env, napi_value exports) in Init() argument 1543 napi_define_properties(env, exports, mergedLength, mergedArray); in Init() 1544 return exports; in Init()
|
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkSystem/entry/src/main/cpp/ |
H A D | inputndksys.cpp | 1037 static napi_value Init(napi_env env, napi_value exports) in Init() argument 1135 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 1136 return exports; in Init()
|
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
H A D | huksndk.cpp | 1209 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 1270 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 1271 return exports;
in Init()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 1348 if (typeof exports !== 'undefined') { 1349 exports = module.exports = {
|