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

Function f

deps/v8/test/debugger/debug/debug-step-3.js:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30// Test function to step through.
31function f() {
32 var a = 0;
33 if (set_bp) { bp = Debug.setBreakPoint(f, 3); }
34 var i = 1;
35 var j = 2;
36 done = true;
37};
38
39prepare_step_test();
40f();

Callers 1

debug-step-3.jsFile · 0.70

Calls 1

setBreakPointMethod · 0.80

Tested by

no test coverage detected