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

Function exec

lib/internal/debugger/inspect_repl.js:1027–1029  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

1025 },
1026
1027 exec(expr) {
1028 return evalInCurrentContext(expr);
1029 },
1030
1031 get profile() {
1032 return Profiler.start();

Callers

nothing calls this directly

Calls 1

evalInCurrentContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…