| 3576 | } |
| 3577 | |
| 3578 | void fxLoadModuleStuffRejected(txMachine* the) |
| 3579 | { |
| 3580 | txSlot* home = mxFunctionInstanceHome(mxFunction->value.reference); |
| 3581 | txSlot* queue = home->value.home.object; |
| 3582 | txSlot* module = home->value.home.module; |
| 3583 | fxCompleteModule(the, module, mxArgv(0)); |
| 3584 | fxRunImportRejected(the, module, module); |
| 3585 | fxLoadModules(the, queue); |
| 3586 | } |
| 3587 | |
| 3588 | txSlot* fxNewModuleStuffInstance(txMachine* the) |
| 3589 | { |
nothing calls this directly
no test coverage detected