MCPcopy Create free account
hub / github.com/nodejs/node / values

Method values

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

Source from the content-addressed store, hash-verified

487 }
488
489 values() {
490 this[kInternal].set ??=
491 new Set(new SafeArrayIterator(this[kInternal].array));
492 return SetPrototypeValues(this[kInternal].set);
493 }
494 }
495 const flagSetValues = NodeEnvironmentFlagsSet.prototype.values;
496 ObjectDefineProperty(NodeEnvironmentFlagsSet.prototype, SymbolIterator, {

Callers 1

queuePendingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected