Home
last modified time | relevance | path

Searched refs:DoParserStackOverflowCheck (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h128 void DoParserStackOverflowCheck(const char *errorMessage);
259 DoParserStackOverflowCheck("Advance stack overflow!"); in Advance()
Dregexp_parser.cpp125 DoParserStackOverflowCheck("invalid regular expression."); in ParseDisjunction()
1650 void RegExpParser::DoParserStackOverflowCheck(const char *errorMessage) in DoParserStackOverflowCheck() function in panda::ecmascript::RegExpParser