Searched refs:DoParserStackOverflowCheck (Results 1 – 2 of 2) sorted by relevance
122 void DoParserStackOverflowCheck(const char *errorMessage);230 DoParserStackOverflowCheck("Advance stack overflow!"); in Advance()
116 DoParserStackOverflowCheck("invalid regular expression."); in ParseDisjunction()1508 void RegExpParser::DoParserStackOverflowCheck(const char *errorMessage) in DoParserStackOverflowCheck() function in panda::ecmascript::RegExpParser