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

Function fxRejectAwait

xs/sources/xsFunction.c:643–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void fxRejectAwait(txMachine* the)
644{
645 txSlot* slot = mxFunctionInstanceHome(mxFunction->value.reference);
646 txSlot* instance = slot->value.home.object;
647 the->scratch.kind = mxArgv(0)->kind;
648 the->scratch.value = mxArgv(0)->value;
649 fxStepAsync(the, instance, XS_THROW_STATUS);
650}
651
652void fxRunAsync(txMachine* the, txSlot* instance)
653{

Callers

nothing calls this directly

Calls 1

fxStepAsyncFunction · 0.85

Tested by

no test coverage detected