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

Function fxImport

xs/sources/xsModule.c:2196–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2194}
2195
2196void fxImport(txMachine* the)
2197{
2198 txSlot* realm = mxModuleInstanceInternal(mxProgram.value.reference)->value.module.realm;
2199 fxToString(the, the->stack);
2200 mxPushUndefined();
2201 fxRunImport(the, realm, C_NULL);
2202}
2203
2204
2205void fxRunImport(txMachine* the, txSlot* realm, txSlot* referrer)

Callers

nothing calls this directly

Calls 2

fxToStringFunction · 0.85
fxRunImportFunction · 0.85

Tested by

no test coverage detected