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

Function callallpendingfinalizers

third-party/lua-5.4.6/src/lgc.c:950–954  ·  view source on GitHub ↗

** call all pending finalizers */

Source from the content-addressed store, hash-verified

948** call all pending finalizers
949*/
950static void callallpendingfinalizers (lua_State *L) {
951 global_State *g = G(L);
952 while (g->tobefnz)
953 GCTM(L);
954}
955
956
957/*

Callers 2

finishgencycleFunction · 0.70
luaC_freeallobjectsFunction · 0.70

Calls 1

GCTMFunction · 0.70

Tested by

no test coverage detected