Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) macro
181 (righttt(obj) && !isdead(g,gcvalue(obj))))
Dlgc.c72 lua_longassert(!iscollectable(obj) || righttt(obj))