Home | History | Annotate | Download | only in src

Lines Matching refs:outer_scope

941   explicit PreParserScope(PreParserScope* outer_scope, ScopeType scope_type,
944 strict_mode_ = outer_scope ? outer_scope->strict_mode() : SLOPPY;
1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) {
1253 return PreParserScope(outer_scope, scope_type);