Searched refs:StepIn (Results 1 – 6 of 6) sorted by relevance
486 case StepIn: { in Break()857 CHECK(last_step_action() >= StepIn || break_on_next_function_call()); in PrepareStepIn()873 thread_local_.last_step_action_ = StepIn; in PrepareStepInSuspendedGenerator()911 if (last_step_action() == StepIn) { in PrepareStepOnThrow()1007 thread_local_.last_step_action_ = StepIn; in PrepareStep()1046 if (last_step_action() == StepIn) { in PrepareStep()1072 case StepIn: in PrepareStep()1920 STATIC_ASSERT(LastStepAction == StepIn); in UpdateHookOnFunctionCall()1922 thread_local_.last_step_action_ == StepIn || in UpdateHookOnFunctionCall()
39 StepIn = 2, // Step into new functions invoked or the next statement enumerator41 LastStepAction = StepIn
72 StepIn = 2 // Step into new functions invoked or the next statement enumerator
267 case StepIn: in ContinueExecution()323 case StepIn: in NotifyDebugEventListeners()
607 if (isolate->debug()->last_step_action() >= StepIn || in RUNTIME_FUNCTION()
325 v8::debug::PrepareStep(m_isolate, v8::debug::StepIn); in stepIntoStatement()