Lines Matching refs:lua_gettop
816 int n = lua_gettop(L); in printstack()
1054 int level = lua_gettop(L); in tref()
1059 lua_assert(lua_gettop(L) == level+1); /* +1 for result */ in tref()
1064 int level = lua_gettop(L); in getref()
1067 lua_assert(lua_gettop(L) == level+1); in getref()
1072 int level = lua_gettop(L); in unref()
1075 lua_assert(lua_gettop(L) == level); in unref()
1317 res = lua_gettop(L1); in getnum_aux()
1475 lua_pushinteger(L1, lua_gettop(L1)); in runC()
1758 if (n == 0) n = lua_gettop(fs); in runC()
1819 lua_pushcclosure(L, Cfunc, lua_gettop(L)); in makeCfunc()