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

Function markmt

third-party/lua-5.2.4/src/lgc.c:301–305  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

299** mark metamethods for basic types
300*/
301static void markmt (global_State *g) {
302 int i;
303 for (i=0; i < LUA_NUMTAGS; i++)
304 markobject(g, g->mt[i]);
305}
306
307
308/*

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected