Lines Matching defs:outer
44 // Push the outer context into a new context register.
104 virtual ~ControlScope() { generator_->set_execution_control(outer()); }
144 ControlScope* outer() const { return outer_; }
531 current = current->outer();
1332 // Allocate an outer register allocations scope for the statement.
1732 // exception thrown in the try block, so we just adopt the outer prediction.
3391 // AsyncFunction Await builtins require a 3rd parameter to hold the outer
4721 // We don't need to do anything for the outer script scope.