(current, workInProgress, renderExpirationTime)
| 20680 | } |
| 20681 | |
| 20682 | function updateProfiler(current, workInProgress, renderExpirationTime) { |
| 20683 | { |
| 20684 | workInProgress.effectTag |= Update; |
| 20685 | } |
| 20686 | |
| 20687 | var nextProps = workInProgress.pendingProps; |
| 20688 | var nextChildren = nextProps.children; |
| 20689 | reconcileChildren(current, workInProgress, nextChildren, renderExpirationTime); |
| 20690 | return workInProgress.child; |
| 20691 | } |
| 20692 | |
| 20693 | function markRef(current, workInProgress) { |
| 20694 | var ref = workInProgress.ref; |
no test coverage detected