Home | History | Annotate | Download | only in src

Lines Matching refs:is_negated

2716   RegExpCharacterClass(ZoneList<CharacterRange>* ranges, bool is_negated)
2718 is_negated_(is_negated) { }
2748 bool is_negated() { return is_negated_; }