Searched refs:NativeModule (Results 1 – 16 of 16) sorted by relevance
| /third_party/node/lib/internal/bootstrap/ |
| D | loaders.js | 165 class NativeModule { class 171 ArrayPrototypeMap(moduleIds, (id) => [id, new NativeModule(id)]) 202 for (const { 0: id, 1: mod } of NativeModule.map) { 211 return NativeModule.map.has(id); 215 const mod = NativeModule.map.get(id); 302 NativeModule, property 311 const mod = NativeModule.map.get(id); 321 if (!NativeModule.map.has(request)) {
|
| D | pre_execution.js | 183 require('internal/bootstrap/loaders').NativeModule.exposeInternals(); 421 const { NativeModule } = require('internal/bootstrap/loaders'); 422 const mod = NativeModule.map.get('wasi');
|
| /third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/ |
| D | EJDB2Package.java | 14 import com.facebook.react.bridge.NativeModule; 24 public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) { in createNativeModules() 25 …return Arrays.<NativeModule>asList(new EJDB2DBModule(reactContext, executor), new EJDB2JQLModule(r… in createNativeModules()
|
| /third_party/node/lib/internal/modules/cjs/ |
| D | helpers.js | 19 const { NativeModule } = require('internal/bootstrap/loaders'); 44 const mod = NativeModule.map.get(filename);
|
| D | loader.js | 74 const { NativeModule } = require('internal/bootstrap/loaders'); 175 for (const { 0: id, 1: mod } of NativeModule.map) { 238 ObjectDefineProperty(NativeModule.prototype, 'isPreloading', isPreloadingDesc); 636 if (NativeModule.canBeRequiredByUsers(request)) { 818 NativeModule.canBeRequiredByUsers(request)) { 1249 for (const mod of NativeModule.map.values()) {
|
| /third_party/node/lib/internal/modules/esm/ |
| D | loader.js | 231 const { NativeModule } = require('internal/bootstrap/loaders'); 234 if (NativeModule.canBeRequiredByUsers(builtinName)) {
|
| D | resolve.js | 27 const { NativeModule } = require('internal/bootstrap/loaders'); 860 if (NativeModule.canBeRequiredByUsers(specifier)) {
|
| /third_party/node/lib/ |
| D | assert.js | 65 const { NativeModule } = require('internal/bootstrap/loaders'); 300 NativeModule.exists(filename.slice(0, -3))) {
|
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 124 const { NativeModule } = require('internal/bootstrap/loaders'); 1204 if (core !== null && NativeModule.exists(core[1])) {
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V012.md | 375 …ps://github.com/nodejs/node/commit/b8604fa480)] - **module**: replace NativeModule.require (Herber…
|
| D | CHANGELOG_V11.md | 987 …ttps://github.com/nodejs/node/commit/b280d90279)] - **src**: simplify NativeModule caching and rem… 1387 …ub.com/nodejs/node/commit/d8ba520622)] - **lib**: remove unused NativeModule/NativeModule wraps (J… 1390 …node/commit/42a7eaf9d4)] - ***Revert*** "**lib**: remove unused NativeModule/NativeModule wraps" (… 1600 …ub.com/nodejs/node/commit/0cde1a4fdc)] - **lib**: remove unused NativeModule/NativeModule wraps (J… 2699 …/node/commit/0d548924b0)] - **bootstrapper**: move internalBinding to NativeModule (Gus Caplan) [#…
|
| D | CHANGELOG_V13.md | 1094 …ttps://github.com/nodejs/node/commit/30d32492a0)] - **lib**: refactor NativeModule (Joyee Cheung) …
|
| D | CHANGELOG_IOJS.md | 2191 …ps://github.com/nodejs/node/commit/6a2b204bbc)] - **module**: replace NativeModule.require (Herber…
|
| D | CHANGELOG_V12.md | 1021 …ttps://github.com/nodejs/node/commit/84c9e4f1b5)] - **lib**: refactor NativeModule (Joyee Cheung) …
|
| D | CHANGELOG_V14.md | 1326 …s://github.com/nodejs/node/commit/0fdb5d59f7)] - **module**: refactor NativeModule to avoid unsafe…
|
| D | CHANGELOG_V10.md | 1319 …/node/commit/e872089158)] - **bootstrapper**: move internalBinding to NativeModule (Gus Caplan) [#…
|