testbit 43 lib/lua/lgc.c #define isfinalized(u) testbit((u)->marked, FINALIZEDBIT) testbit 355 lib/lua/lgc.c lua_assert(testbit(h->marked, VALUEWEAKBIT) || testbit 356 lib/lua/lgc.c testbit(h->marked, KEYWEAKBIT)); testbit 357 lib/lua/lgc.c if (testbit(h->marked, VALUEWEAKBIT)) { testbit 415 lib/lua/lgc.c lua_assert(!isdead(g, curr) || testbit(curr->gch.marked, FIXEDBIT)); testbit 66 lib/lua/lgc.h #define isblack(x) testbit((x)->gch.marked, BLACKBIT)