Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc568 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local
2071 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()
Dregexp-ast.h448 QuantifierType quantifier_type() const { return quantifier_type_; } in quantifier_type() function