Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.cc519 StepAction lastStepAction = last_step_action(); in Break()
539 StepAction step_action = last_step_action(); in Break()
594 StepAction lastStepAction = last_step_action(); in Break()
1073 CHECK(last_step_action() >= StepInto || break_on_next_function_call()); in PrepareStepIn()
1101 if (last_step_action() == StepNone) return; in PrepareStepOnThrow()
1129 if (last_step_action() == StepInto) { in PrepareStepOnThrow()
1157 if ((last_step_action() == StepOver || last_step_action() == StepOut) && in PrepareStepOnThrow()
1221 if (last_step_action() == StepOut) { in PrepareStep()
1308 if (last_step_action() == StepInto) { in PrepareStep()
2529 StepAction lastStepAction = last_step_action(); in HandleDebugBreak()
Ddebug.h391 StepAction last_step_action() { return thread_local_.last_step_action_; } in last_step_action() function
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc605 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()
618 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()
Druntime-debug.cc695 if (isolate->debug()->last_step_action() >= StepInto || in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc444 if (isolate->debug()->last_step_action() == StepInto) return true; in IsStepping()