Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dldo.h16 #define luaD_checkstack(L,n) \ macro
22 #define incr_top(L) {luaD_checkstack(L,1); L->top++;}
H A Dldo.c193 luaD_checkstack(L, LUA_MINSTACK); /* ensure minimum stack size */ in luaD_callhook()
220 luaD_checkstack(L, p->maxstacksize); in adjust_varargs()
277 luaD_checkstack(L, p->maxstacksize); in luaD_precall()
310 luaD_checkstack(L, LUA_MINSTACK); /* ensure minimum stack size */ in luaD_precall()
H A Dlvm.c86 luaD_checkstack(L, 3); in callTMres()
102 luaD_checkstack(L, 4); in callTM()
749 Protect(luaD_checkstack(L, n)); in luaV_execute()
H A Dlapi.c101 luaD_checkstack(L, size); in lua_checkstack()