()
| 329 | const immediateQueue = new ImmediateList(); |
| 330 | |
| 331 | function incRefCount() { |
| 332 | if (timeoutInfo[0]++ === 0) { |
| 333 | // We need to use the binding as the receiver for fast API calls. |
| 334 | binding.toggleTimerRef(true); |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | function decRefCount() { |
| 339 | if (--timeoutInfo[0] === 0) { |
no test coverage detected
searching dependent graphs…