Searched refs:lua_longassert (Results 1 – 2 of 2) sorted by relevance
99 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) macro103 #define lua_longassert(c) ((void)0) macro
105 ((void)L, lua_longassert(!iscollectable(obj) || \
Completed in 6 milliseconds