Home
last modified time | relevance | path

Searched refs:is_possessive (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc257 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n "); in VisitQuantifier()
Dregexp-ast.h437 bool is_possessive() const { return quantifier_type_ == POSSESSIVE; } in is_possessive() function