MCPcopy Index your code
hub / github.com/nodejs/node / entries

Method entries

lib/internal/process/per_thread.js:472–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470 }
471
472 entries() {
473 this[kInternal].set ??=
474 new Set(new SafeArrayIterator(this[kInternal].array));
475 return SetPrototypeEntries(this[kInternal].set);
476 }
477
478 forEach(callback, thisArg = undefined) {
479 ArrayPrototypeForEach(

Callers 1

processPromiseRejectionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected