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

Function traverseCclosure

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

Source from the content-addressed store, hash-verified

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

Callers 1

propagatemarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected