Searched refs:QuantifierType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h191 int min, int max, RegExpQuantifier::QuantifierType type);
H A Dast.h2800 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enum in class:v8::internal::FINAL
2801 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body)
2841 QuantifierType quantifier_type_;
H A Dparser.cc140 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) {
4478 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;

Completed in 745 milliseconds