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

/external/chromium_org/v8/src/
H A Dparser.cc206 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) {
247 new(zone()) RegExpQuantifier(min, max, quantifier_type, atom), zone());
5397 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; local
5399 quantifier_type = RegExpQuantifier::NON_GREEDY;
5403 quantifier_type = RegExpQuantifier::POSSESSIVE;
5406 builder->AddQuantifierToAtom(min, max, quantifier_type);
205 AddQuantifierToAtom( int min, int max, RegExpQuantifier::QuantifierType quantifier_type) argument

Completed in 531 milliseconds