Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc4875 if (!has_failed()) { in VisitText()
4884 if (!has_failed()) { in VisitAction()
4897 if (has_failed()) return; in VisitChoice()
4911 if (has_failed()) return; in VisitLoopChoice()
4918 if (!has_failed()) { in VisitLoopChoice()
5298 if (analysis.has_failed()) { in Compile()
Djsregexp.h1407 bool has_failed() { return error_message_ != NULL; } in has_failed() function