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/
H A Dregexp-ast.cc257 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n "); in VisitQuantifier()
H A Dregexp-ast.h437 bool is_possessive() const { return quantifier_type_ == POSSESSIVE; } in is_possessive() function in v8::internal::final

Completed in 3 milliseconds