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

Function traverseCclosure

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

Source from the content-addressed store, hash-verified

477
478
479static lu_mem traverseCclosure (global_State *g, CClosure *cl) {
480 int i;
481 for (i = 0; i < cl->nupvalues; i++) /* mark its upvalues */
482 markvalue(g, &cl->upvalue[i]);
483 return sizeCclosure(cl->nupvalues);
484}
485
486static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
487 int i;

Callers 1

propagatemarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected