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

  /external/v8/src/
ast.cc 907 stream()->Add(that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
    [all...]
jsregexp.cc     [all...]
ast.h 2430 bool is_greedy() { return type_ == GREEDY; } function in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 107 milliseconds