| 353 | |
| 354 | |
| 355 | static void checkvalref (global_State *g, GCObject *f, const TValue *t) { |
| 356 | assert(!iscollectable(t) || (righttt(t) && testobjref(g, f, gcvalue(t)))); |
| 357 | } |
| 358 | |
| 359 | |
| 360 | static void checktable (global_State *g, Table *h) { |
no test coverage detected