MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / callallpendingfinalizers

Function callallpendingfinalizers

third-party/lua-5.5.0/src/lgc.c:999–1003  ·  view source on GitHub ↗

** call all pending finalizers */

Source from the content-addressed store, hash-verified

997** call all pending finalizers
998*/
999static void callallpendingfinalizers (lua_State *L) {
1000 global_State *g = G(L);
1001 while (g->tobefnz)
1002 GCTM(L);
1003}
1004
1005
1006/*

Callers 2

finishgencycleFunction · 0.70
luaC_freeallobjectsFunction · 0.70

Calls 1

GCTMFunction · 0.70

Tested by

no test coverage detected