(cache)
| 7057 | }; |
| 7058 | } |
| 7059 | function releaseCache(cache) { |
| 7060 | cache.refCount--; |
| 7061 | 0 === cache.refCount && |
| 7062 | scheduleCallback$2(NormalPriority, function () { |
| 7063 | cache.controller.abort(); |
| 7064 | }); |
| 7065 | } |
| 7066 | var currentEntangledListeners = null, |
| 7067 | currentEntangledPendingCount = 0, |
| 7068 | currentEntangledLane = 0, |
no outgoing calls
no test coverage detected
searching dependent graphs…