()
| 136632 | clockNow = 0; |
| 136633 | } |
| 136634 | function Timer() { |
| 136635 | this._call = this._time = this._next = null; |
| 136636 | } |
| 136637 | Timer.prototype = timer.prototype = { |
| 136638 | constructor: Timer, |
| 136639 | restart: function(callback, delay, time) { |
nothing calls this directly
no outgoing calls
no test coverage detected