Searched refs:is_greedy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc914 os_ << (that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n ");
H A Djsregexp.cc4862 is_greedy(),
4909 bool is_greedy,
4956 0, new_max, is_greedy, body, compiler, on_success, true);
4974 if (is_greedy) {
5031 if (is_greedy) {
4907 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
H A Dast.h2818 bool is_greedy,
2832 bool is_greedy() { return quantifier_type_ == GREEDY; } function in class:v8::internal::FINAL

Completed in 1448 milliseconds