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

Function evaluateNonREPL

deps/v8/test/debugger/debug/debug-evaluate-repl-mode.js:8–8  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

6
7const evaluate = Debug.evaluateGlobalREPL;
8const evaluateNonREPL = (source) => Debug.evaluateGlobal(source, false).value();
9
10(async () => {
11

Callers 1

Calls 2

evaluateGlobalMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…