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

  /external/v8/src/regexp/
regexp-ast.h 389 static RegExpNode* ToNode(int min, int max, bool is_greedy, RegExpTree* body,
401 bool is_greedy() { return quantifier_type_ == GREEDY; } function in class:v8::internal::final
regexp-ast.cc 253 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
jsregexp.cc     [all...]

Completed in 571 milliseconds