HomeSort by relevance Sort by last modified time
    Searched refs:GREEDY (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-ast.h 413 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE };
440 bool is_greedy() { return quantifier_type_ == GREEDY; }
regexp-parser.cc 560 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;
    [all...]

Completed in 160 milliseconds