Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc6320 if (!has_failed()) { in VisitText()
6329 if (!has_failed()) { in VisitAction()
6342 if (has_failed()) return; in VisitChoice()
6356 if (has_failed()) return; in VisitLoopChoice()
6363 if (!has_failed()) { in VisitLoopChoice()
6683 if (analysis.has_failed()) { in Compile()
Djsregexp.h1449 bool has_failed() { return error_message_ != NULL; } in has_failed() function