()
| 4200 | return lane; |
| 4201 | } |
| 4202 | function claimNextRetryLane() { |
| 4203 | var lane = nextRetryLane; |
| 4204 | nextRetryLane <<= 1; |
| 4205 | 0 === (nextRetryLane & 62914560) && (nextRetryLane = 4194304); |
| 4206 | return lane; |
| 4207 | } |
| 4208 | function createLaneMap(initial) { |
| 4209 | for (var laneMap = [], i = 0; 31 > i; i++) laneMap.push(initial); |
| 4210 | return laneMap; |
no outgoing calls
no test coverage detected
searching dependent graphs…