Home
last modified time | relevance | path

Searched refs:righttt (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h175 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) macro
179 (righttt(obj) && !isdead(g,gcvalue(obj))))
H A Dlgc.c71 lua_longassert(!iscollectable(obj) || righttt(obj))