HomeSort by relevance Sort by last modified time
    Searched refs:is_possessive (Results 1 - 4 of 4) 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...]
  /external/chromium_org/v8/src/
ast.cc 986 stream()->Add(that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
    [all...]
ast.h 2636 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } function in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 35 milliseconds