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

  /external/v8/src/regexp/
regexp-ast.cc 253 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
regexp-ast.h 399 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } function in class:v8::internal::final

Completed in 80 milliseconds