Home
last modified time | relevance | path

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

/external/v8/src/
Dast.h2398 enum Type { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator
2429 bool is_non_greedy() { return type_ == NON_GREEDY; } in is_non_greedy()
Dparser.cc5433 type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()