Home
last modified time | relevance | path

Searched refs:StepNext (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug.cc497 case StepNext: in Break()
1012 if ((last_step_action() == StepNext || last_step_action() == StepOut) && in PrepareStepOnThrow()
1082 if (step_action == StepNext && IsBlackboxed(shared)) step_action = StepOut; in PrepareStep()
1151 case StepNext: in PrepareStep()
1908 if ((lastStepAction == StepAction::StepNext || in OnDebugBreak()
Ddebug.h35 StepNext = 1, // Step to the next statement in the current function. enumerator
Ddebug-interface.h97 StepNext = 1, // Step to the next statement in the current function. enumerator
/external/v8/src/inspector/
Dv8-debugger.cc289 v8::debug::PrepareStep(m_isolate, v8::debug::StepNext); in stepOverStatement()