MCPcopy Create free account
hub / github.com/DFHack/dfhack / callallpendingfinalizers

Function callallpendingfinalizers

depends/lua/src/lgc.c:859–863  ·  view source on GitHub ↗

** call all pending finalizers */

Source from the content-addressed store, hash-verified

857** call all pending finalizers
858*/
859static void callallpendingfinalizers (lua_State *L) {
860 global_State *g = G(L);
861 while (g->tobefnz)
862 GCTM(L, 0);
863}
864
865
866/*

Callers 1

luaC_freeallobjectsFunction · 0.85

Calls 1

GCTMFunction · 0.85

Tested by

no test coverage detected