Searched refs:panic (Results 1 – 6 of 6) sorted by relevance
290 lua_CFunction panic; /* to be called in unprotected errors */ member
1021 static int panic (lua_State *L) { in panic() function1090 lua_atpanic(L, &panic); in luaL_newstate()
128 if (g->panic) { /* panic function? */ in luaD_throw()130 g->panic(L); /* call panic function (last chance to jump out) */ in luaD_throw()
379 g->panic = NULL; in lua_newstate()
140 old = G(L)->panic; in lua_atpanic()141 G(L)->panic = panicf; in lua_atpanic()
195 jal panic; \
Completed in 15 milliseconds