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

Function fx_SuppressedError

xs/sources/xsError.c:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493#if mxExplicitResourceManagement
494
495void fx_SuppressedError(txMachine* the)
496{
497 txSlot* property = fx_Error_aux(the, XS_SUPPRESSED_ERROR, 2);
498 property = fxNextSlotProperty(the, property, mxArgv(0), mxID(_error), XS_DONT_ENUM_FLAG);
499 property = fxNextSlotProperty(the, property, mxArgv(1), mxID(_suppressed), XS_DONT_ENUM_FLAG);
500}
501
502static txSlot* fxCheckDisposableStackInstance(txMachine* the, txSlot* slot, txBoolean mutable, txBoolean disposable);
503static void fxDisposableStackPush(txMachine* the, txSlot* property);

Callers

nothing calls this directly

Calls 2

fx_Error_auxFunction · 0.85
fxNextSlotPropertyFunction · 0.85

Tested by

no test coverage detected