| 30 | } |
| 31 | |
| 32 | void xs_importNow(xsMachine *the) |
| 33 | { |
| 34 | xsTrace("importNow "); |
| 35 | xsTrace(xsToString(xsArg(0))); |
| 36 | xsTrace("\n"); |
| 37 | fxPush(xsArg(0)); |
| 38 | fxAwaitImport(the, XS_IMPORT_DEFAULT); |
| 39 | xsResult = fxPop(); |
| 40 | } |
nothing calls this directly
no test coverage detected