Lines Matching refs:luai_apicheck
144 #define luai_apicheck(L,o){(void)L;} macro
2513 luai_apicheck(L,ttisfunction(func));
5311 #define api_checknelems(L,n)luai_apicheck(L,(n)<=(L->top-L->base))
5312 #define api_checkvalidindex(L,i)luai_apicheck(L,(i)!=(&luaO_nilobject_))
5313 #define api_incr_top(L){luai_apicheck(L,L->top<L->ci->top);L->top++;}
5317 luai_apicheck(L,idx<=L->ci->top-L->base);
5322 luai_apicheck(L,idx!=0&&-idx<=L->top-L->base);
5372 luai_apicheck(L,idx<=L->stack_last-L->base);
5378 luai_apicheck(L,-(idx+1)<=(L->top-L->base));
5406 luai_apicheck(L,ttistable(L->top-1));
5598 luai_apicheck(L,ttistable(t));
5604 luai_apicheck(L,ttistable(o));
5680 luai_apicheck(L,ttistable(t));
5689 luai_apicheck(L,ttistable(o));
5703 luai_apicheck(L,ttistable(L->top-1));
5733 luai_apicheck(L,ttistable(L->top-1));
5753 #define checkresults(L,na,nr)luai_apicheck(L,(nr)==(-1)||(L->ci->top-L->top>=(nr)-(na)))
5807 luai_apicheck(L,ttistable(t));