(current, workInProgress, renderExpirationTime)
| 17120 | } |
| 17121 | |
| 17122 | function updateProfiler(current, workInProgress, renderExpirationTime) { |
| 17123 | { |
| 17124 | workInProgress.effectTag |= Update; |
| 17125 | } |
| 17126 | |
| 17127 | var nextProps = workInProgress.pendingProps; |
| 17128 | var nextChildren = nextProps.children; |
| 17129 | reconcileChildren(current, workInProgress, nextChildren, renderExpirationTime); |
| 17130 | return workInProgress.child; |
| 17131 | } |
| 17132 | |
| 17133 | function markRef(current, workInProgress) { |
| 17134 | var ref = workInProgress.ref; |
no test coverage detected