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

Function fxLoadModulesRejected

xs/sources/xsModule.c:1254–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254void fxLoadModulesRejected(txMachine* the)
1255{
1256 txSlot* home = mxFunctionInstanceHome(mxFunction->value.reference);
1257 txSlot* queue = home->value.home.object;
1258 txSlot* module = home->value.home.module;
1259 fxCompleteModule(the, module, mxArgv(0));
1260 fxRunImportRejected(the, module, module);
1261 fxLoadModules(the, queue);
1262}
1263
1264void fxLoadVirtualModuleNamespace(txMachine* the, txSlot* object, txSlot* module)
1265{

Callers

nothing calls this directly

Calls 3

fxCompleteModuleFunction · 0.85
fxRunImportRejectedFunction · 0.85
fxLoadModulesFunction · 0.85

Tested by

no test coverage detected