Home
last modified time | relevance | path

Searched refs:NON_GREEDY (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc129 case RegExpQuantifier::NON_GREEDY:
578 case RegExpQuantifier::NON_GREEDY: {
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h408 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator
438 bool is_non_greedy() const { return quantifier_type_ == NON_GREEDY; } in is_non_greedy()
H A Dregexp-parser.cc853 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()

Completed in 7 milliseconds