| 641 | } |
| 642 | |
| 643 | void 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 | |
| 652 | void fxRunAsync(txMachine* the, txSlot* instance) |
| 653 | { |
nothing calls this directly
no test coverage detected