MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_deepEqualProperties

Function fx_deepEqualProperties

modules/base/deepEqual/deepEqual.c:545–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545txBoolean fx_deepEqualProperties(txMachine* the, txSlot* limit, txBoolean strict, txID id)
546{
547 txSlot* left = the->stack + 1;
548 txSlot* right = the->stack;
549 mxPushSlot(left);
550 mxGetID(id);
551 mxPushSlot(right);
552 mxGetID(id);
553 return fx_deepEqualSlots(the, limit, strict);
554}
555
556txBoolean fx_deepEqualSlots(txMachine* the, txSlot* limit, txBoolean strict)
557{

Callers 1

fx_deepEqualInstancesFunction · 0.85

Calls 1

fx_deepEqualSlotsFunction · 0.85

Tested by

no test coverage detected