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

Function fxExecuteModulesRejected

xs/sources/xsModule.c:513–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void fxExecuteModulesRejected(txMachine* the)
514{
515 txSlot* home = mxFunctionInstanceHome(mxFunction->value.reference);
516 txSlot* queue = home->value.home.object;
517 txSlot* module = home->value.home.module;
518 fxCompleteModule(the, module, mxArgv(0));
519 fxRunImportRejected(the, module, module);
520 fxExecuteModules(the, queue);
521}
522
523void fxExecuteVirtualModuleSource(txMachine* the)
524{

Callers

nothing calls this directly

Calls 3

fxCompleteModuleFunction · 0.85
fxRunImportRejectedFunction · 0.85
fxExecuteModulesFunction · 0.85

Tested by

no test coverage detected