Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc605 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local
607 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()
611 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
614 if (!builder->AddQuantifierToAtom(min, max, quantifier_type)) { in ParseDisjunction()
1752 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom() argument
1795 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom), in AddQuantifierToAtom()