Searched refs:clearbyvalues (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c736 static void clearbyvalues (global_State *g, GCObject *l, GCObject *f) { function
1538 clearbyvalues(g, g->weak, NULL);
1539 clearbyvalues(g, g->allweak, NULL);
1550 clearbyvalues(g, g->weak, origweak);
1551 clearbyvalues(g, g->allweak, origall);

Completed in 55 milliseconds