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

/external/chromium_org/v8/src/
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;

Completed in 337 milliseconds