MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / callallpendingfinalizers

Function callallpendingfinalizers

3rd/lua-5.4.3/src/lgc.c:942–946  ·  view source on GitHub ↗

** call all pending finalizers */

Source from the content-addressed store, hash-verified

940** call all pending finalizers
941*/
942static void callallpendingfinalizers (lua_State *L) {
943 global_State *g = G(L);
944 while (g->tobefnz)
945 GCTM(L);
946}
947
948
949/*

Callers 2

finishgencycleFunction · 0.85
luaC_freeallobjectsFunction · 0.85

Calls 1

GCTMFunction · 0.85

Tested by

no test coverage detected