Searched refs:findpcall (Results 1 – 2 of 2) sorted by relevance
539 static CallInfo *findpcall (lua_State *L) { in findpcall() function551 CallInfo *ci = findpcall(L); in recover()
754 static CallInfo *findpcall (lua_State *L) { in findpcall() function822 while (errorstatus(status) && (ci = findpcall(L)) != NULL) { in precover()