MCPcopy Index your code
hub / github.com/microsoft/SandDance / updateProfiler

Function updateProfiler

docs/external/js/react-dom.development.js:17122–17131  ·  view source on GitHub ↗
(current, workInProgress, renderExpirationTime)

Source from the content-addressed store, hash-verified

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;

Callers 1

beginWorkFunction · 0.85

Calls 1

reconcileChildrenFunction · 0.85

Tested by

no test coverage detected