| 6062 | |
| 6063 | |
| 6064 | static void removeentry (Node *n) { |
| 6065 | lua_assert(ttisnil(gval(n))); |
| 6066 | if (iscollectable(gkey(n))) |
| 6067 | setttype(gkey(n), LUA_TDEADKEY); /* dead key; remove it */ |
| 6068 | } |
| 6069 | |
| 6070 | |
| 6071 | static void reallymarkobject (global_State *g, GCObject *o) { |
no outgoing calls
no test coverage detected