| 1056 | } |
| 1057 | |
| 1058 | txBoolean fxHasIndex(txMachine* the, txIndex index) |
| 1059 | { |
| 1060 | return fxHasAll(the, the->stack, XS_NO_ID, index); |
| 1061 | } |
| 1062 | |
| 1063 | void fxSetAll(txMachine* the, txSlot* stack, txID id, txIndex index) |
| 1064 | { |
no test coverage detected