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

Function prepare_step_test

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

Source from the content-addressed store, hash-verified

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

Callers 1

debug-step-3.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…