Home
last modified time | relevance | path

Searched refs:StepIn (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/debug/
Ddebug.cc533 case StepIn: { in Break()
865 CHECK(last_step_action() >= StepIn); in PrepareStepIn()
877 thread_local_.last_step_action_ = StepIn; in PrepareStepInSuspendedGenerator()
914 if (last_step_action() == StepIn) { in PrepareStepOnThrow()
1030 if (last_step_action() == StepIn) { in PrepareStep()
1055 case StepIn: in PrepareStep()
2068 STATIC_ASSERT(LastStepAction == StepIn); in UpdateHookOnFunctionCall()
2069 hook_on_function_call_ = thread_local_.last_step_action_ == StepIn || in UpdateHookOnFunctionCall()
Ddebug-interface.h100 StepIn = 2 // Step into new functions invoked or the next statement enumerator
Ddebug.h40 StepIn = 2, // Step into new functions invoked or the next statement enumerator
42 LastStepAction = StepIn
Ddebug.js47 StepIn: 2 }; property
821 if (action === Debug.StepAction.StepIn ||
/external/v8/src/wasm/
Dwasm-debug.cc164 case StepIn: in ContinueExecution()
222 case StepIn: in NotifyDebugEventListeners()
/external/v8/src/runtime/
Druntime-debug.cc1192 if (step_action != StepIn && step_action != StepNext && in RUNTIME_FUNCTION()
1811 if (isolate->debug()->last_step_action() >= StepIn) { in RUNTIME_FUNCTION()
/external/v8/src/inspector/
Dv8-debugger.cc368 v8::debug::PrepareStep(m_isolate, v8::debug::StepIn); in stepIntoStatement()
/external/v8/src/interpreter/
Dinterpreter.cc3336 STATIC_ASSERT(StepIn > StepNext); in DoSuspendGenerator()
3337 STATIC_ASSERT(LastStepAction == StepIn); in DoSuspendGenerator()