| 4665 | } |
| 4666 | |
| 4667 | void fxRunForOf(txMachine* the) |
| 4668 | { |
| 4669 | txSlot* slot = the->stack; |
| 4670 | fxBeginHost(the); |
| 4671 | fxGetIterator(the, slot, slot, C_NULL, 0); |
| 4672 | fxEndHost(the); |
| 4673 | } |
| 4674 | |
| 4675 | txBoolean fxRunHas(txMachine* the, txSlot* instance, txID id, txIndex index) |
| 4676 | { |
no test coverage detected