Home
last modified time | relevance | path

Searched defs:step_action (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc605 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION() local
618 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/debug/
Ddebug.cc539 StepAction step_action = last_step_action(); in Break() local
1171 void Debug::PrepareStep(StepAction step_action) { in PrepareStep()