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