| 2194 | } |
| 2195 | |
| 2196 | void 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 | |
| 2205 | void fxRunImport(txMachine* the, txSlot* realm, txSlot* referrer) |
nothing calls this directly
no test coverage detected