Searched refs:kExceptionTypes (Results 1 – 1 of 1) sorted by relevance
54 static const char* kExceptionTypes[] = { variable910 uint32_t count = random1(countof(kExceptionTypes)); in emitCatch()913 fprintf(out_, " catch (%s ex%u_%u) {\n", kExceptionTypes[i], try_nest_, i); in emitCatch()