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

Function fxLoadModuleStuffRejected

xs/sources/xsModule.c:3578–3586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3576}
3577
3578void 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
3588txSlot* fxNewModuleStuffInstance(txMachine* the)
3589{

Callers

nothing calls this directly

Calls 3

fxCompleteModuleFunction · 0.85
fxRunImportRejectedFunction · 0.85
fxLoadModulesFunction · 0.85

Tested by

no test coverage detected