Searched refs:api_check (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lapi.c | 52 api_check(L, idx <= L->ci->top - L->base); in index2adr() 115 api_check(from, G(from) == G(to)); in lua_xmove() 116 api_check(from, to->ci->top - to->top >= n); in lua_xmove() 214 api_check(L, ttistable(L->top - 1)); in lua_replace() 561 api_check(L, ttistable(t)); in lua_rawget() 571 api_check(L, ttistable(o)); in lua_rawgeti() 676 api_check(L, ttistable(t)); in lua_rawset() 689 api_check(L, ttistable(o)); in lua_rawseti() 707 api_check(L, ttistable(L->top - 1)); in lua_setmetatable() 741 api_check(L, ttistable(L->top - 1)); in lua_setfenv() [all …]
|
| H A D | llimits.h | 58 #define api_check(l,e) lua_assert(e) macro 64 #define api_check luai_apicheck macro
|