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

Function fxBigIntCoerce

xs/sources/xsBigInt.c:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void fxBigIntCoerce(txMachine* the, txSlot* slot)
329{
330 fxToBigInt(the, slot, 1);
331}
332
333txBoolean fxBigIntCompare(txMachine* the, txBoolean less, txBoolean equal, txBoolean more, txSlot* left, txSlot* right)
334{

Callers 1

fxPushAtomicsValueFunction · 0.85

Calls 1

fxToBigIntFunction · 0.85

Tested by

no test coverage detected