Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc851 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local
2268 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()
Dregexp-ast.h436 QuantifierType quantifier_type() const { return quantifier_type_; } in quantifier_type() function