api_check 41 lib/lua/lapi.c #define api_checknelems(L, n) api_check(L, (n) <= (L->top - L->base)) api_check 43 lib/lua/lapi.c #define api_checkvalidindex(L, i) api_check(L, (i) != luaO_nilobject) api_check 45 lib/lua/lapi.c #define api_incr_top(L) {api_check(L, L->top < L->ci->top); L->top++;} api_check 52 lib/lua/lapi.c api_check(L, idx <= L->ci->top - L->base); api_check 57 lib/lua/lapi.c api_check(L, idx != 0 && -idx <= L->top - L->base); api_check 115 lib/lua/lapi.c api_check(from, G(from) == G(to)); api_check 116 lib/lua/lapi.c api_check(from, to->ci->top - to->top >= n); api_check 167 lib/lua/lapi.c api_check(L, idx <= L->stack_last - L->base); api_check 173 lib/lua/lapi.c api_check(L, -(idx+1) <= (L->top - L->base)); api_check 214 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); api_check 561 lib/lua/lapi.c api_check(L, ttistable(t)); api_check 571 lib/lua/lapi.c api_check(L, ttistable(o)); api_check 676 lib/lua/lapi.c api_check(L, ttistable(t)); api_check 689 lib/lua/lapi.c api_check(L, ttistable(o)); api_check 707 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); api_check 741 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); api_check 773 lib/lua/lapi.c api_check(L, (nr) == LUA_MULTRET || (L->ci->top - L->top >= (nr) - (na))) api_check 978 lib/lua/lapi.c api_check(L, ttistable(t));