Searched refs:ReportError (Results 1 – 1 of 1) sorted by relevance
583 RegExpTree* ReportError(Vector<const char> message);4035 ReportError(CStrVector(Top::kStackOverflowMessage)); in Advance()4037 ReportError(CStrVector("Regular expression too large")); in Advance()4065 RegExpTree* RegExpParser::ReportError(Vector<const char> message) { in ReportError() function in v8::internal::RegExpParser4110 ReportError(CStrVector("Unterminated group") CHECK_FAILED); in ParseDisjunction()4117 ReportError(CStrVector("Unmatched ')'") CHECK_FAILED); in ParseDisjunction()4159 return ReportError(CStrVector("Nothing to repeat")); in ParseDisjunction()4204 ReportError(CStrVector("Invalid group") CHECK_FAILED); in ParseDisjunction()4213 ReportError(CStrVector("Too many captures") CHECK_FAILED); in ParseDisjunction()4234 return ReportError(CStrVector("\\ at end of pattern")); in ParseDisjunction()[all …]