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

  /external/v8/src/
ast.cc 914 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
    [all...]
ast.h 2830 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } function in class:v8::internal::FINAL
    [all...]

Completed in 133 milliseconds