Home | History | Annotate | Download | only in src

Lines Matching full:with_scope

223       Scope* with_scope = new(zone) Scope(current_scope,
224 WITH_SCOPE,
227 current_scope = with_scope;
789 case WITH_SCOPE: return "with";