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

Function recordScheduleUpdate

docs/external/js/react-dom.development.js:10500–10510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10498 }
10499 }
10500 function recordScheduleUpdate() {
10501 {
10502 if (isCommitting) {
10503 hasScheduledUpdateInCurrentCommit = true;
10504 }
10505
10506 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
10507 hasScheduledUpdateInCurrentPhase = true;
10508 }
10509 }
10510 }
10511 function startWorkTimer(fiber) {
10512 {
10513 if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {

Callers 1

scheduleUpdateOnFiberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected