Home
last modified time | relevance | path

Searched refs:QuantifierType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h408 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enum
409 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) in RegExpQuantifier()
436 QuantifierType quantifier_type() const { return quantifier_type_; } in quantifier_type()
448 QuantifierType quantifier_type_;
Dregexp-parser.cc58 RegExpQuantifier::QuantifierType type);
851 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()
2268 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()