Searched refs:StepInto (Results 1 – 8 of 8) sorted by relevance
570 case StepInto: { in Break()1073 CHECK(last_step_action() >= StepInto || break_on_next_function_call()); in PrepareStepIn()1090 thread_local_.last_step_action_ = StepInto; in PrepareStepInSuspendedGenerator()1129 if (last_step_action() == StepInto) { in PrepareStepOnThrow()1225 thread_local_.last_step_action_ = StepInto; in PrepareStep()1308 if (last_step_action() == StepInto) { in PrepareStep()1334 case StepInto: in PrepareStep()2265 lastStepAction == StepAction::StepInto) && in OnDebugBreak()2465 STATIC_ASSERT(LastStepAction == StepInto); in UpdateHookOnFunctionCall()2467 thread_local_.last_step_action_ == StepInto || in UpdateHookOnFunctionCall()
38 StepInto = 2, // Step into new functions invoked or the next statement enumerator40 LastStepAction = StepInto
119 StepInto = 2 // Step into new functions invoked or the next statement enumerator
375 debug::StepAction::StepInto); in PrepareStep()
695 if (isolate->debug()->last_step_action() >= StepInto || in RUNTIME_FUNCTION()
257 v8::debug::PrepareStep(m_isolate, v8::debug::StepInto); in stepIntoStatement()
444 if (isolate->debug()->last_step_action() == StepInto) return true; in IsStepping()
420 …scripts to configure popular debuggers into skipping trivial functions when using StepInto. [@roku…