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 907 stream()->Add(that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
    [all...]
ast.h 2428 bool is_possessive() { return type_ == POSSESSIVE; } function in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 21 milliseconds