Home
last modified time | relevance | path

Searched refs:has_failed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Djsregexp.cc5762 if (!has_failed()) { in VisitText()
5771 if (!has_failed()) { in VisitAction()
5784 if (has_failed()) return; in VisitChoice()
5798 if (has_failed()) return; in VisitLoopChoice()
5805 if (!has_failed()) { in VisitLoopChoice()
6101 if (analysis.has_failed()) { in Compile()
Djsregexp.h1613 bool has_failed() { return error_message_ != NULL; } in has_failed() function