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

Function markmt

third-party/lua-5.4.6/src/lgc.c:335–339  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

333** mark metamethods for basic types
334*/
335static void markmt (global_State *g) {
336 int i;
337 for (i=0; i < LUA_NUMTAGS; i++)
338 markobjectN(g, g->mt[i]);
339}
340
341
342/*

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected