MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / testobjref

Function testobjref

Dependencies/lua/src/ltests.c:328–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static int testobjref (global_State *g, GCObject *f, GCObject *t) {
329 int r1 = testobjref1(g, f, t);
330 if (!r1) {
331 printf("%d(%02X) - ", g->gcstate, g->currentwhite);
332 printobj(g, f);
333 printf(" -> ");
334 printobj(g, t);
335 printf("\n");
336 }
337 return r1;
338}
339
340
341static void checkobjref (global_State *g, GCObject *f, GCObject *t) {

Callers 2

checkobjrefFunction · 0.85
checkvalrefFunction · 0.85

Calls 2

testobjref1Function · 0.85
printobjFunction · 0.85

Tested by

no test coverage detected