| 108 | } |
| 109 | |
| 110 | txSlot* fxBuildHostFunction(txMachine* the, txCallback call, txInteger length, txInteger id) |
| 111 | { |
| 112 | txLinker* linker = (txLinker*)(the->context); |
| 113 | fxNewLinkerBuilder(linker, call, length, id); |
| 114 | return fxNewHostFunction(the, call, length, id, XS_NO_ID); |
| 115 | } |
| 116 | |
| 117 | txInteger fxCheckAliases(txMachine* the) |
| 118 | { |
no test coverage detected