Home | History | Annotate | Download | only in src

Lines Matching refs:scope_type

941   explicit PreParserScope(PreParserScope* outer_scope, ScopeType scope_type,
943 : scope_type_(scope_type) {
1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) {
1253 return PreParserScope(outer_scope, scope_type);