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

Function propagatelist

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

Source from the content-addressed store, hash-verified

569
570
571static void propagatelist (global_State *g, GCObject *l) {
572 lua_assert(g->gray == NULL); /* no grays left */
573 g->gray = l;
574 propagateall(g); /* traverse all elements from 'l' */
575}
576
577/*
578** retraverse all gray lists. Because tables may be reinserted in other

Callers 1

retraversegraysFunction · 0.85

Calls 1

propagateallFunction · 0.70

Tested by

no test coverage detected