Lines Matching refs:lua_gettop
136 VERIFY3U(1, ==, lua_gettop(state)); in zcp_error_handler()
440 VERIFY3U(1, ==, lua_gettop(state)); in zcp_convert_return_values()
816 VERIFY3U(3, ==, lua_gettop(state)); in zcp_eval_impl()
831 VERIFY3U(3, ==, lua_gettop(state)); in zcp_eval_impl()
882 int return_count = lua_gettop(state); in zcp_eval_impl()
907 VERIFY3U(1, ==, lua_gettop(state)); in zcp_eval_impl()
927 VERIFY3U(1, ==, lua_gettop(state)); in zcp_eval_impl()
989 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_sync()
1004 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_open()
1064 VERIFY0(lua_gettop(state)); in zcp_eval()
1067 VERIFY0(lua_gettop(state)); in zcp_eval()
1070 VERIFY0(lua_gettop(state)); in zcp_eval()
1076 VERIFY0(lua_gettop(state)); in zcp_eval()
1094 VERIFY0(lua_gettop(state)); in zcp_eval()
1101 VERIFY3U(1, ==, lua_gettop(state)); in zcp_eval()
1120 VERIFY3U(2, ==, lua_gettop(state)); in zcp_eval()
1134 VERIFY3U(3, ==, lua_gettop(state)); in zcp_eval()
1388 if (lua_gettop(state) != i) { in zcp_parse_pos_args()
1419 if (lua_gettop(state) == 1 && lua_istable(state, 1)) { in zcp_parse_args()