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

Function markmt

third-party/lua-5.1.5/src/lgc.c:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492
493static void markmt (global_State *g) {
494 int i;
495 for (i=0; i<NUM_TAGS; i++)
496 if (g->mt[i]) markobject(g, g->mt[i]);
497}
498
499
500/* mark root set */

Callers 2

markrootFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected