Home
last modified time | relevance | path

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

/external/lua/src/
Dldo.c326 static StkId rethook (lua_State *L, CallInfo *ci, StkId firstres, int nres) { in rethook() function
416 L->top = rethook(L, ci, L->top - nres, nres); in luaD_poscall()