MCPcopy Create free account
hub / github.com/LuaJIT/LuaJIT / lj_record_objcmp

Function lj_record_objcmp

src/lj_record.c:229–249  ·  view source on GitHub ↗

Compare for raw object equality. ** Returns 0 if the objects are the same. ** Returns 1 if they are different, but the same type. ** Returns 2 for two different types. ** Comparisons between primitives always return 1 -- no caller cares about it. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

recff_rawequalFunction · 0.85
rec_mm_equalFunction · 0.85
rec_mm_compFunction · 0.85
lj_record_insFunction · 0.85

Calls 1

lj_obj_equalFunction · 0.85

Tested by

no test coverage detected