MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / runafewfinalizers

Function runafewfinalizers

extlibs/lua/src/lgc.c:867–873  ·  view source on GitHub ↗

** Call a few finalizers */

Source from the content-addressed store, hash-verified

865** Call a few finalizers
866*/
867static int runafewfinalizers (lua_State *L, int n) {
868 global_State *g = G(L);
869 int i;
870 for (i = 0; i < n && g->tobefnz; i++)
871 GCTM(L); /* call one finalizer */
872 return i;
873}
874
875
876/*

Callers 1

singlestepFunction · 0.85

Calls 1

GCTMFunction · 0.85

Tested by

no test coverage detected