Searched refs:MAX_RECURSION_DEPTH (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/ | ||
H A D | parserImpl.h | 615 static constexpr unsigned MAX_RECURSION_DEPTH = 1024; member in panda::es2panda::lexer::TokenFlags::ModifierFlags::ParserImpl 619 if (recursiveDepth_ < MAX_RECURSION_DEPTH) { in RecursiveDepthCheck() |
Completed in 2 milliseconds