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

Function getREPLResourceName

lib/internal/repl/utils.js:814–816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

812// This prevents v8 code cache from getting confused and using a different
813// cache from a resource of the same name
814function getREPLResourceName() {
815 return `REPL${nextREPLResourceNumber++}`;
816}
817
818const globalBuiltins =
819 new SafeSet(vm.runInNewContext('Object.getOwnPropertyNames(globalThis)'));

Callers 4

constructorMethod · 0.85
completeFunction · 0.85
includesProxiesOrGettersFunction · 0.85
hasGetterOrIsProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…