| 4673 | } |
| 4674 | |
| 4675 | txBoolean fxRunHas(txMachine* the, txSlot* instance, txID id, txIndex index) |
| 4676 | { |
| 4677 | txBoolean result; |
| 4678 | fxBeginHost(the); |
| 4679 | result = mxBehaviorHasProperty(the, instance, id, index); |
| 4680 | fxEndHost(the); |
| 4681 | return result; |
| 4682 | } |
| 4683 | |
| 4684 | void fxRunIn(txMachine* the) |
| 4685 | { |
no test coverage detected