Searched refs:is_greedy (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-ast.h | 428 static RegExpNode* ToNode(int min, int max, bool is_greedy, RegExpTree* body, 440 bool is_greedy() { return quantifier_type_ == GREEDY; } in is_greedy() function
|
D | regexp-ast.cc | 253 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n "); in VisitQuantifier()
|
D | jsregexp.cc | 5391 is_greedy(), in ToNode() 5438 bool is_greedy, in ToNode() argument 5485 0, new_max, is_greedy, body, compiler, on_success, true); in ToNode() 5503 if (is_greedy) { in ToNode() 5562 if (is_greedy) { in ToNode()
|