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

Function WrapInDebuggerCall

deps/v8/test/debugger/debug/debug-liveedit-check-stack.js:103–107  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

101}
102
103function WrapInDebuggerCall(f) {
104 return function() {
105 return ExecuteInDebugContext(f);
106 };
107}
108
109function WrapInRestartProof(f) {
110 var already_called = false;

Callers 1

Calls 1

ExecuteInDebugContextFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…