| 62 | } |
| 63 | |
| 64 | txBoolean _xsIsInstanceOf(txMachine *the, txSlot *v, txSlot *proto) |
| 65 | { |
| 66 | mxOverflow(-2); |
| 67 | fxPush(*proto); |
| 68 | fxPush(*v); |
| 69 | return fxIsInstanceOf(the); |
| 70 | } |
| 71 | |
| 72 | txBoolean _xsHas(txMachine *the, txSlot *self, txID id) |
| 73 | { |
nothing calls this directly
no test coverage detected