Searched defs:luaD_checkstack (Results 1 – 2 of 2) sorted by relevance
16 #define luaD_checkstack(L,n) if (L->stack_last - L->top <= (n)) \ macro