Lines Matching defs:outer
465 // of functions without an outer context when setting a breakpoint through
590 Scope* outer = original_scope_;
591 DCHECK_NOT_NULL(outer);
593 outer = NewEvalScope(outer);
595 DCHECK_EQ(outer, info->script_scope());
596 outer = NewModuleScope(info->script_scope());
599 DeclarationScope* scope = outer->AsDeclarationScope();
667 // conflicting var declarations with outer scope-info-backed scopes.
754 // Set function and block state for the outer eval scope.
851 // scope mismatch, we will only deserialize up to the outer scope of
865 // If the class scope doesn't have an outer scope to deserialize, we need
905 // If the function skips the outer class and the outer scope is a class, the
907 // will be correctly inherited from the outer scope.
961 Scope* outer = original_scope_;
962 DeclarationScope* outer_function = outer->GetClosureScope();
963 DCHECK(outer);
965 BlockState block_state(&scope_, outer);
966 DCHECK(is_sloppy(outer->language_mode()) ||
1051 DCHECK_EQ(scope(), outer);
1102 // Insert a FunctionState with the closest outer Declaration scope
2290 // outer: for (;;) {
2353 // Make statement: outer: for (;;)
2660 // - The outer scope must allow lazy compilation of inner functions.
3450 // If the function skips the outer class and the outer scope is a class,
3452 // skip bit will be correctly inherited from the outer scope.