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

Function f

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

Source from the content-addressed store, hash-verified

28
29// Test function to step through.
30function f() {
31 var i = 1;
32 var j = 2;
33 done = true;
34};
35
36prepare_step_test();
37f();

Callers 1

debug-step-2.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected