Lines Matching defs:outer
532 // of functions without an outer context when setting a breakpoint through
573 // TODO(wingo): Add an outer SCRIPT_SCOPE corresponding to the native
670 Scope* outer = original_scope_;
671 DCHECK_NOT_NULL(outer);
674 outer = NewEvalScope(outer);
676 DCHECK_EQ(outer, info->script_scope());
677 outer = NewModuleScope(info->script_scope());
680 DeclarationScope* scope = outer->AsDeclarationScope();
844 Scope* outer = original_scope_;
845 DeclarationScope* outer_function = outer->GetClosureScope();
846 DCHECK(outer);
848 BlockState block_state(&scope_, outer);
849 DCHECK(is_sloppy(outer->language_mode()) ||
945 DCHECK_EQ(scope(), outer);
2190 // outer: for (;;) {
2253 // Make statement: outer: for (;;)
2544 // - The outer scope must allow lazy compilation of inner functions.
2971 // Rewrite the outer initializer to point to param_scope
3038 // There is no TryCatchFinally node, so wrap it in an outer try/finally