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