Lines Matching refs:has_failed
3693 bool has_failed() { return error_ != RegExpError::kNone; } in has_failed() function in v8::internal::Analysis
3717 if (has_failed()) return; in VisitText()
3724 if (has_failed()) return; in VisitAction()
3731 if (has_failed()) return; in VisitChoice()
3741 if (has_failed()) return; in VisitLoopChoice()
3747 if (has_failed()) return; in VisitLoopChoice()
3756 if (has_failed()) return; in VisitNegativeLookaroundChoice()
3761 if (has_failed()) return; in VisitNegativeLookaroundChoice()
3768 if (has_failed()) return; in VisitBackReference()
3774 if (has_failed()) return; in VisitAssertion()
3795 DCHECK_IMPLIES(analysis.has_failed(), analysis.error() != RegExpError::kNone); in AnalyzeRegExp()
3796 return analysis.has_failed() ? analysis.error() : RegExpError::kNone; in AnalyzeRegExp()