Home
last modified time | relevance | path

Searched defs:is_negated (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.h352 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function
Dregexp-parser.cc1620 bool is_negated = false; in ParseCharacterClass() local