(callback, delay, time)
| 136657 | } |
| 136658 | }; |
| 136659 | function timer(callback, delay, time) { |
| 136660 | var t = new Timer; |
| 136661 | t.restart(callback, delay, time); |
| 136662 | return t; |
| 136663 | } |
| 136664 | function timerFlush() { |
| 136665 | now(); // Get the current time, if not already set. |
| 136666 | ++frame; // Pretend we’ve set an alarm, if we haven’t already. |
nothing calls this directly
no outgoing calls
no test coverage detected