Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc560 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local
562 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()
566 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
569 if (!builder->AddQuantifierToAtom(min, max, quantifier_type)) { in ParseDisjunction()
1952 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom() argument
2000 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom), in AddQuantifierToAtom()