Home
last modified time | relevance | path

Searched refs:QuantifierType (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.h374 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enum
375 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) in RegExpQuantifier()
410 QuantifierType quantifier_type_;
Dregexp-parser.h116 RegExpQuantifier::QuantifierType type);
Dregexp-parser.cc605 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()
1752 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()