Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5997 if (!has_failed()) { in VisitText()
6006 if (!has_failed()) { in VisitAction()
6019 if (has_failed()) return; in VisitChoice()
6033 if (has_failed()) return; in VisitLoopChoice()
6040 if (!has_failed()) { in VisitLoopChoice()
6325 if (analysis.has_failed()) { in Compile()
Djsregexp.h1456 bool has_failed() { return error_message_ != NULL; } in has_failed() function