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

Function f

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

Source from the content-addressed store, hash-verified

32
33// Test debug event for break point.
34function f() {
35 var i; // Line 1.
36 for (i = 0; i < 1000; i++) { // Line 2.
37 x = 1; // Line 3.
38 }
39};
40
41// Set a breakpoint on the for statement (line 1).
42bp1 = Debug.setBreakPoint(f, 1);

Callers 13

optimizeFunction · 0.70
debug-step.jsFile · 0.70
WrapInCatcherFunction · 0.70
ExecuteInDebugContextFunction · 0.70
WrapInRestartProofFunction · 0.70
WrapInConstructorFunction · 0.70
testFunctionFunction · 0.70
testFunction2Function · 0.70
for-in-opt.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected