Home | History | Annotate | Download | only in lua

Lines Matching refs:lua_gettop

210   if (lua_gettop(L)<a || lua_gettop(L)>b) \
211 {SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L));\
727 lua_call(L,lua_gettop(L)-1,1);
1123 top=lua_gettop(L); /* save stack */