Searched refs:clearbyvalues (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 744 static void clearbyvalues (global_State *g, GCObject *l, GCObject *f) { in clearbyvalues() function 1547 clearbyvalues(g, g->weak, NULL); in atomic() 1548 clearbyvalues(g, g->allweak, NULL); in atomic() 1559 clearbyvalues(g, g->weak, origweak); in atomic() 1560 clearbyvalues(g, g->allweak, origall); in atomic()
|