MCPcopy Create free account
hub / github.com/F-Stack/f-stack / markmt

Function markmt

freebsd/contrib/openzfs/module/lua/lgc.c:300–304  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

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

Callers 2

restartcollectionFunction · 0.70
atomicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected