Searched refs:POSSESSIVE (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-ast.h374 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator in enum:v8::internal::final::QuantifierType
399 bool is_possessive() { return quantifier_type_ == POSSESSIVE; }
H A Dregexp-parser.cc611 quantifier_type = RegExpQuantifier::POSSESSIVE;

Completed in 80 milliseconds