Searched defs:execution_control (Results 1 – 3 of 3) sorted by relevance
178 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function
198 ControlScope* execution_control() { return generator_->execution_control(); } in execution_control() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands784 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlockDeclarationsAndStatements() local1073 ControlScopeForIteration execution_control(this, stmt, loop_builder); in VisitIterationBody() local
141 ControlScope* execution_control() const { return execution_control_; } in execution_control() function