| 847 | } |
| 848 | |
| 849 | void fx_setTimeout(txMachine* the) |
| 850 | { |
| 851 | fx_setTimer(the, fxToNumber(the, mxArgv(1)), 0); |
| 852 | } |
| 853 | |
| 854 | void fx_setTimer(txMachine* the, txNumber interval, txBoolean repeat) |
| 855 | { |
nothing calls this directly
no test coverage detected