Searched refs:RegExpQuantifier (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc721 Interval RegExpQuantifier::CaptureRegisters() {
907 void* RegExpUnparser::VisitQuantifier(RegExpQuantifier* that, void* data) {
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;
4480 quantifier_type = RegExpQuantifier::NON_GREEDY;
4484 quantifier_type = RegExpQuantifier::POSSESSIVE;
H A Dast.h133 class RegExpQuantifier;
2798 class RegExpQuantifier FINAL : public RegExpTree {
2801 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) function in class:v8::internal::FINAL
2823 virtual RegExpQuantifier* AsQuantifier() OVERRIDE;
H A Dparser.h191 int min, int max, RegExpQuantifier::QuantifierType type);
H A Djsregexp.cc4858 RegExpNode* RegExpQuantifier::ToNode(RegExpCompiler* compiler,
4907 RegExpNode* RegExpQuantifier::ToNode(int min,
6068 RegExpQuantifier::ToNode(0,

Completed in 2146 milliseconds