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

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

Completed in 616 milliseconds