| 9106 | |
| 9107 | |
| 9108 | static void callallgcTM (lua_State *L, void *ud) { |
| 9109 | UNUSED(ud); |
| 9110 | luaC_callGCTM(L); /* call GC metamethods for all udata */ |
| 9111 | } |
| 9112 | |
| 9113 | |
| 9114 | LUA_API void lua_close (lua_State *L) { |
nothing calls this directly
no test coverage detected