Searched refs:ObjectCreate (Results 1 – 25 of 58) sorted by relevance
123
/third_party/node/lib/internal/modules/esm/ |
D | create_dynamic_module.js | 7 ObjectCreate, 43 exports: ObjectCreate(null), 48 reflect.imports = ObjectCreate(null);
|
D | module_map.js | 6 ObjectCreate, 33 const cachedJobsForUrl = super.get(url) ?? ObjectCreate(null);
|
D | assert.js | 6 ObjectCreate, 59 importAssertions = ObjectCreate(null)) {
|
D | module_job.js | 8 ObjectCreate, 54 constructor(loader, url, importAssertions = ObjectCreate(null),
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/ |
D | util.js | 6 ObjectCreate, 10 const kEmptyObject = ObjectFreeze(ObjectCreate(null));
|
/third_party/node/lib/internal/console/ |
D | global.js | 17 ObjectCreate, 27 const globalConsole = ObjectCreate({});
|
/third_party/node/lib/internal/ |
D | repl.js | 7 ObjectCreate, 13 module.exports = ObjectCreate(REPL);
|
D | error_serdes.js | 10 ObjectCreate, 47 const all = ObjectCreate(null); 172 return ObjectCreate(ctor.prototype, properties);
|
D | util.js | 12 ObjectCreate, 289 signalsToNamesMapping = ObjectCreate(null); 523 const kEnumerableProperty = ObjectCreate(null); 527 const kEmptyObject = ObjectFreeze(ObjectCreate(null)); 530 const filtered = ObjectCreate(null);
|
D | encoding.js | 8 ObjectCreate, 358 const obj = ObjectCreate({ 579 const obj = ObjectCreate({ constructor });
|
/third_party/node/lib/internal/bootstrap/ |
D | loaders.js | 52 ObjectCreate, 134 const bindingObj = ObjectCreate(null); 172 const bindingObj = ObjectCreate(null);
|
/third_party/node/lib/internal/modules/ |
D | run_main.js | 4 ObjectCreate, 63 return esmLoader.import(main, undefined, ObjectCreate(null));
|
/third_party/node/lib/internal/process/ |
D | esm_loader.js | 5 ObjectCreate, 95 ObjectCreate(null),
|
/third_party/node/lib/internal/util/ |
D | debuglog.js | 4 ObjectCreate, 23 debugImpls = ObjectCreate(null);
|
/third_party/node/lib/internal/policy/ |
D | manifest.js | 7 ObjectCreate, 173 const normalizedDependencyMap = ObjectCreate(null); 437 obj.resources ?? ObjectCreate(null), 439 const jsonScopesEntries = ObjectEntries(obj.scopes ?? ObjectCreate(null)); 440 const defaultDependencies = obj.dependencies ?? ObjectCreate(null);
|
/third_party/node/lib/ |
D | diagnostics_channel.js | 7 ObjectCreate, 95 const channels = ObjectCreate(null);
|
D | _tls_common.js | 29 ObjectCreate, 134 c.infoAccess = ObjectCreate(null);
|
D | events.js | 36 ObjectCreate, 345 this._events = ObjectCreate(null); 554 events = target._events = ObjectCreate(null); 692 this._events = ObjectCreate(null); 747 this._events = ObjectCreate(null); 751 this._events = ObjectCreate(null); 765 this._events = ObjectCreate(null);
|
D | _http_agent.js | 33 ObjectCreate, 106 this.requests = ObjectCreate(null); 107 this.sockets = ObjectCreate(null); 108 this.freeSockets = ObjectCreate(null);
|
D | timers.js | 26 ObjectCreate, 76 const knownTimersById = ObjectCreate(null);
|
D | _http_outgoing.js | 30 ObjectCreate, 224 const headers = this[kOutHeaders] = ObjectCreate(null); 251 const out = ObjectCreate(null); 655 this[kOutHeaders] = headers = ObjectCreate(null); 752 const ret = ObjectCreate(null);
|
/third_party/node/lib/internal/cluster/ |
D | round_robin_handle.js | 6 ObjectCreate, 22 this.handles = init(ObjectCreate(null));
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 9 ObjectCreate, 486 this[kHeaders] = ObjectCreate(null); 487 this[kTrailers] = ObjectCreate(null); 606 const headers = ObjectCreate(null); 854 const headers = ObjectCreate(null);
|
/third_party/node/lib/internal/webstreams/ |
D | util.js | 11 ObjectCreate, 57 const AsyncIterator = ObjectCreate(AsyncIteratorPrototype, {
|
/third_party/node/lib/internal/worker/ |
D | io.js | 10 ObjectCreate, 107 const MessagePortPrototype = ObjectCreate( 281 return ObjectAssign(ObjectCreate(MessagePort.prototype),
|
123