| 191 | |
| 192 | |
| 193 | static void callallgcTM (lua_State *L, void *ud) { |
| 194 | UNUSED(ud); |
| 195 | luaC_callGCTM(L); /* call GC metamethods for all udata */ |
| 196 | } |
| 197 | |
| 198 | |
| 199 | LUA_API void lua_close (lua_State *L) { |
nothing calls this directly
no test coverage detected