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

Function prepare_step_test

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

Source from the content-addressed store, hash-verified

22
23// Set the global variables state to prpare the stepping test.
24function prepare_step_test() {
25 done = false;
26 step_count = 0;
27}
28
29// Test function to step through.
30function f() {

Callers 1

debug-step-2.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…