Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc505 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local
507 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()
511 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
514 builder->AddQuantifierToAtom(min, max, quantifier_type); in ParseDisjunction()
1134 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom() argument
1174 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom), in AddQuantifierToAtom()