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

Method execStatePrepareStep

deps/v8/test/debugger/test-api.js:304–311  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

302 }
303
304 execStatePrepareStep(action) {
305 switch(action) {
306 case this.StepAction.StepOut: this.stepOut(); break;
307 case this.StepAction.StepOver: this.stepOver(); break;
308 case this.StepAction.StepInto: this.stepInto(); break;
309 default: %AbortJS("Unsupported StepAction"); break;
310 }
311 }
312
313 execStateScopeType(type) {
314 switch (type) {

Callers

nothing calls this directly

Calls 3

stepOutMethod · 0.95
stepOverMethod · 0.95
stepIntoMethod · 0.95

Tested by

no test coverage detected