Home
last modified time | relevance | path

Searched defs: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
1952 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()