Searched defs:quantifier_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc140 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) {
181 new(zone()) RegExpQuantifier(min, max, quantifier_type, atom), zone());
4478 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; local
4480 quantifier_type = RegExpQuantifier::NON_GREEDY;
4484 quantifier_type = RegExpQuantifier::POSSESSIVE;
4487 builder->AddQuantifierToAtom(min, max, quantifier_type);
139 AddQuantifierToAtom( int min, int max, RegExpQuantifier::QuantifierType quantifier_type) argument

Completed in 280 milliseconds