Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dldo.c202 L->ci->top = restorestack(L, ci_top); in luaD_callhook()
203 L->top = restorestack(L, top); in luaD_callhook()
253 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
278 func = restorestack(L, funcr); in luaD_precall()
287 func = restorestack(L, funcr); /* previous call may change the stack */ in luaD_precall()
312 ci->func = restorestack(L, funcr); in luaD_precall()
339 return restorestack(L, fr); in callrethooks()
466 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
H A Dldo.h25 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldebug.c620 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
H A Dlvm.c89 res = restorestack(L, result); in callTMres()