Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h285 #define BIT_ISCOLLECTABLE (1 << 6) macro
287 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
290 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
751 #define keyiscollectable(n) (keytt(n) & BIT_ISCOLLECTABLE)

Completed in 5 milliseconds