(current, workInProgress, lanes)
| 7256 | return didRenderIdHook; |
| 7257 | } |
| 7258 | function bailoutHooks(current, workInProgress, lanes) { |
| 7259 | workInProgress.updateQueue = current.updateQueue; |
| 7260 | workInProgress.flags &= -2053; |
| 7261 | current.lanes &= ~lanes; |
| 7262 | } |
| 7263 | function resetHooksOnUnwind(workInProgress) { |
| 7264 | if (didScheduleRenderPhaseUpdate) { |
| 7265 | for ( |
no outgoing calls
no test coverage detected
searching dependent graphs…