Home | History | Annotate | Download | only in src

Lines Matching full:with_scope

195       Scope* with_scope = new(zone) Scope(current_scope,
196 WITH_SCOPE,
200 current_scope = with_scope;
781 case WITH_SCOPE: return "with";