()
| 4194 | } |
| 4195 | } |
| 4196 | function claimNextTransitionLane() { |
| 4197 | var lane = nextTransitionLane; |
| 4198 | nextTransitionLane <<= 1; |
| 4199 | 0 === (nextTransitionLane & 4194176) && (nextTransitionLane = 128); |
| 4200 | return lane; |
| 4201 | } |
| 4202 | function claimNextRetryLane() { |
| 4203 | var lane = nextRetryLane; |
| 4204 | nextRetryLane <<= 1; |
no outgoing calls
no test coverage detected
searching dependent graphs…