Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
950
static void callallpendingfinalizers (lua_State *L) {
951
global_State *g = G(L);
952
while (g->tobefnz)
953
GCTM(L);
954
}
955
956
957
/*
Callers
2
finishgencycle
Function · 0.70
luaC_freeallobjects
Function · 0.70
Calls
1
GCTM
Function · 0.70
Tested by
no test coverage detected