Searched refs:StepNext (Results 1 – 4 of 4) sorted by relevance
497 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()
35 StepNext = 1, // Step to the next statement in the current function. enumerator
97 StepNext = 1, // Step to the next statement in the current function. enumerator
289 v8::debug::PrepareStep(m_isolate, v8::debug::StepNext); in stepOverStatement()