Searched refs:clearbyvalues (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lgc.c | 745 static void clearbyvalues (global_State *g, GCObject *l, GCObject *f) { in clearbyvalues() function 1548 clearbyvalues(g, g->weak, NULL); in atomic() 1549 clearbyvalues(g, g->allweak, NULL); in atomic() 1560 clearbyvalues(g, g->weak, origweak); in atomic() 1561 clearbyvalues(g, g->allweak, origall); in atomic()
|