Searched refs:try_nest_ (Results 1 – 1 of 1) sorted by relevance
118 try_nest_(0), in JFuzz()913 fprintf(out_, " catch (%s ex%u_%u) {\n", kExceptionTypes[i], try_nest_, i); in emitCatch()938 if (try_nest_ > fuzz_try_nest_) { in emitTryCatchFinally()942 ++try_nest_; // Entering try-catch-finally in emitTryCatchFinally()962 --try_nest_; // Leaving try-catch-finally in emitTryCatchFinally()1291 uint32_t try_nest_; member in __anon58250dea0111::JFuzz