Lines Matching defs:outer
436 // of functions without an outer context when setting a breakpoint through
464 // TODO(wingo): Add an outer SCRIPT_SCOPE corresponding to the native
550 Scope* outer = original_scope_;
551 DCHECK_NOT_NULL(outer);
553 outer = NewEvalScope(outer);
555 DCHECK_EQ(outer, info->script_scope());
556 outer = NewModuleScope(info->script_scope());
559 DeclarationScope* scope = outer->AsDeclarationScope();
668 // Set function and block state for the outer eval scope.
766 Scope* outer = original_scope_;
767 DeclarationScope* outer_function = outer->GetClosureScope();
768 DCHECK(outer);
770 BlockState block_state(&scope_, outer);
771 DCHECK(is_sloppy(outer->language_mode()) ||
800 // The outer FunctionState should not contain destructuring assignments.
864 DCHECK_EQ(scope(), outer);
2133 // outer: for (;;) {
2196 // Make statement: outer: for (;;)
2508 // - The outer scope must allow lazy compilation of inner functions.
2910 // Rewrite the outer initializer to point to param_scope
2979 // There is no TryCatchFinally node, so wrap it in an outer try/finally