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

Function markmt

third-party/lua-5.5.0/src/lgc.c:378–382  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

376** mark metamethods for basic types
377*/
378static void markmt (global_State *g) {
379 int i;
380 for (i=0; i < LUA_NUMTYPES; i++)
381 markobjectN(g, g->mt[i]);
382}
383
384
385/*

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected