| 197 | |
| 198 | |
| 199 | static void callallgcTM (lua_State *L, void *ud) { |
| 200 | UNUSED(ud); |
| 201 | luaC_callGCTM(L); /* call GC metamethods for all udata */ |
| 202 | } |
| 203 | |
| 204 | |
| 205 | LUA_API void lua_close (lua_State *L) { |
nothing calls this directly
no test coverage detected