Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.c1238 struct Aux { jmp_buf jb; const char *paniccode; lua_State *L; }; member
1249 runC(b->L, L, b->paniccode); /* run optional panic code */ in panicback()
1260 b.paniccode = luaL_optstring(L, 2, ""); in checkpanic()