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

Function markmt

extlibs/lua/src/lgc.c:305–309  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

303** mark metamethods for basic types
304*/
305static void markmt (global_State *g) {
306 int i;
307 for (i=0; i < LUA_NUMTAGS; i++)
308 markobjectN(g, g->mt[i]);
309}
310
311
312/*

Callers 2

restartcollectionFunction · 0.85
atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected