Home
last modified time | relevance | path

Searched refs:lua_longassert (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h61 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
65 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h178 lua_longassert(!iscollectable(obj) || \
H A Dlgc.c71 lua_longassert(!iscollectable(obj) || righttt(obj))