Home | History | Annotate | Download | only in parsing

Lines Matching refs:DiscardableZoneScope

36 class DiscardableZoneScope {
38 DiscardableZoneScope(Parser* parser, Zone* temp_zone, bool use_temp_zone)
69 ~DiscardableZoneScope() { Reset(); }
79 DISALLOW_COPY_AND_ASSIGN(DiscardableZoneScope);
2601 DiscardableZoneScope zone_scope(this, &temp_zone, should_preparse);
2696 } // DiscardableZoneScope goes out of scope.