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

  /external/v8/src/
ast.cc 279 return is_positive() && body()->IsAnchored();
432 stream()->Add(that->is_positive() ? "+ " : "- ");
ast.h 1768 bool is_positive() { return is_positive_; } function in class:v8::internal::RegExpLookahead
    [all...]
parser.cc 4317 bool is_positive = (type == POSITIVE_LOOKAHEAD); local
    [all...]
jsregexp.cc     [all...]

Completed in 29 milliseconds