Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h463 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function
Dbytecode-generator.cc306 ControlScope* execution_control() { return generator_->execution_control(); } in execution_control() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands
1531 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlockDeclarationsAndStatements() local
2243 ControlScopeForIteration execution_control(this, stmt, loop_builder); in VisitIterationBody() local