Home | History | Annotate | Download | only in src

Lines Matching refs:is_negated

2314   RegExpCharacterClass(ZoneList<CharacterRange>* ranges, bool is_negated)
2316 is_negated_(is_negated) { }
2346 bool is_negated() { return is_negated_; }