Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
const
evaluate = Debug.evaluateGlobalREPL;
8
const
evaluateNonREPL = (source) => Debug.evaluateGlobal(source, false).value();
9
10
(
async
() => {
11
Callers
1
debug-evaluate-repl-mode.js
File · 0.70
Calls
2
evaluateGlobal
Method · 0.80
value
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…