Home | History | Annotate | Download | only in ast

Lines Matching full:with_scope

229       Scope* with_scope = new (zone)
230 Scope(zone, current_scope, WITH_SCOPE, Handle<ScopeInfo>::null(),
232 current_scope = with_scope;
905 case WITH_SCOPE: return "with";