()
| 336 | } |
| 337 | |
| 338 | function decRefCount() { |
| 339 | if (--timeoutInfo[0] === 0) { |
| 340 | // We need to use the binding as the receiver for fast API calls. |
| 341 | binding.toggleTimerRef(false); |
| 342 | } |
| 343 | } |
| 344 | |
| 345 | // Schedule or re-schedule a timer. |
| 346 | // The item must have been enroll()'d first. |
no test coverage detected
searching dependent graphs…