Home
last modified time | relevance | path

Searched refs:StepOut (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug.cc484 PrepareStep(StepOut); in Break()
492 case StepOut: in Break()
1012 if ((last_step_action() == StepNext || last_step_action() == StepOut) && in PrepareStepOnThrow()
1068 (location.IsSuspend() && step_action == StepOut)) { in PrepareStep()
1071 if (last_step_action() == StepOut) { in PrepareStep()
1074 step_action = StepOut; in PrepareStep()
1082 if (step_action == StepNext && IsBlackboxed(shared)) step_action = StepOut; in PrepareStep()
1099 step_action = StepOut; in PrepareStep()
1106 case StepOut: { in PrepareStep()
Ddebug.h34 StepOut = 0, // Step out of the current function. enumerator
Ddebug-interface.h96 StepOut = 0, // Step out of the current function. enumerator
/external/v8/src/inspector/
Dv8-debugger.cc298 v8::debug::PrepareStep(m_isolate, v8::debug::StepOut); in stepOutOfFunction()
434 v8::debug::PrepareStep(m_isolate, v8::debug::StepOut); in handleProgramBreak()
/external/v8/src/wasm/
Dwasm-debug.cc512 if (IsAtReturn(frame) || step_action == StepOut) { in PrepareStep()