Home | History | Annotate | Download | only in src

Lines Matching refs:is_negated

5769   bool is_negated = false;
5771 is_negated = true;
5812 is_negated = !is_negated;
5814 return new(zone()) RegExpCharacterClass(ranges, is_negated);