| 2453 | } |
| 2454 | |
| 2455 | void fxImportNow(txMachine* the) |
| 2456 | { |
| 2457 | txSlot* realm = mxModuleInstanceInternal(mxProgram.value.reference)->value.module.realm; |
| 2458 | fxToString(the, the->stack); |
| 2459 | mxPushUndefined(); |
| 2460 | fxRunImportNow(the, realm, C_NULL); |
| 2461 | } |
| 2462 | |
| 2463 | void fxRunImportNow(txMachine* the, txSlot* realm, txSlot* referrer) |
| 2464 | { |
nothing calls this directly
no test coverage detected