Home | History | Annotate | Download | only in src

Lines Matching defs:is_negated

1593   RegExpCharacterClass(ZoneList<CharacterRange>* ranges, bool is_negated)
1595 is_negated_(is_negated) { }
1625 bool is_negated() { return is_negated_; }