Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h75 #define rawtt(o) ((o)->tt_) macro
82 #define ttypetag(o) withvariant(rawtt(o))
85 #define ttype(o) (novariant(rawtt(o)))
89 #define checktag(o,t) (rawtt(o) == (t))
287 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
A Dltable.c183 return mainposition(t, rawtt(key), valraw(key)); in mainpositionTV()
208 if ((rawtt(k1) != keytt(n2)) && /* not the same variants? */ in equalkey()

Completed in 14 milliseconds