ReportError      5118 src/parser.cc        ReportError(CStrVector(Isolate::kStackOverflowMessage));
ReportError      5120 src/parser.cc        ReportError(CStrVector("Regular expression too large"));
ReportError      5193 src/parser.cc          ReportError(CStrVector("Unterminated group") CHECK_FAILED);
ReportError      5200 src/parser.cc          ReportError(CStrVector("Unmatched ')'") CHECK_FAILED);
ReportError      5244 src/parser.cc        return ReportError(CStrVector("Nothing to repeat"));
ReportError      5290 src/parser.cc              ReportError(CStrVector("Invalid group") CHECK_FAILED);
ReportError      5299 src/parser.cc            ReportError(CStrVector("Too many captures") CHECK_FAILED);
ReportError      5319 src/parser.cc          return ReportError(CStrVector("\\ at end of pattern"));
ReportError      5446 src/parser.cc          ReportError(CStrVector("Nothing to repeat") CHECK_FAILED);
ReportError      5482 src/parser.cc            ReportError(CStrVector("numbers out of order in {} quantifier.")
ReportError      5796 src/parser.cc          return ReportError(CStrVector("\\ at end of pattern"));
ReportError      5862 src/parser.cc          return ReportError(CStrVector(kRangeOutOfOrder) CHECK_FAILED);
ReportError      5870 src/parser.cc      return ReportError(CStrVector(kUnterminated) CHECK_FAILED);
ReportError       337 src/parser.h     RegExpTree* ReportError(Vector<const char> message);