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

  /external/v8/src/
ast.h 2428 bool is_possessive() { return type_ == POSSESSIVE; } function in class:v8::internal::RegExpQuantifier
    [all...]
  /external/chromium_org/v8/src/
ast.h 2636 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } function in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 66 milliseconds