Searched refs:VALUEWEAKBIT (Results 1 – 2 of 2) sorted by relevance
48 #define VALUEWEAK bitmask(VALUEWEAKBIT)172 (weakvalue << VALUEWEAKBIT)); in traversetable()355 lua_assert(testbit(h->marked, VALUEWEAKBIT) || in cleartable()357 if (testbit(h->marked, VALUEWEAKBIT)) { in cleartable()
59 #define VALUEWEAKBIT 4 macro