Searched refs:luaD_checkstack (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldo.h | 16 #define luaD_checkstack(L,n) \ macro 22 #define incr_top(L) {luaD_checkstack(L,1); L->top++;}
|
| H A D | ldo.c | 193 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 D | lvm.c | 86 luaD_checkstack(L, 3); in callTMres() 102 luaD_checkstack(L, 4); in callTM() 749 Protect(luaD_checkstack(L, n)); in luaV_execute()
|
| H A D | lapi.c | 101 luaD_checkstack(L, size); in lua_checkstack()
|