MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / markmt

Function markmt

xrepo/packages/l/lua/port/lua/src/lgc.c:329–333  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

327** mark metamethods for basic types
328*/
329static void markmt (global_State *g) {
330 int i;
331 for (i=0; i < LUA_NUMTAGS; i++)
332 markobjectN(g, g->mt[i]);
333}
334
335
336/*

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected