Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h87 #define checktag(o,t) (rawtt(o) == (t)) macro
173 #define ttisstrictnil(o) checktag((o), LUA_VNIL)
179 #define isabstkey(v) checktag((v), LUA_VABSTKEY)
219 #define ttisfalse(o) checktag((o), LUA_VFALSE)
220 #define ttistrue(o) checktag((o), LUA_VTRUE)
240 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD))
303 #define ttisfloat(o) checktag((o), LUA_VNUMFLT)
304 #define ttisinteger(o) checktag((o), LUA_VNUMINT)
340 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR))
341 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
[all …]