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

Function flushPassiveEffects

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

Source from the content-addressed store, hash-verified

22949 }
22950
22951 function flushPassiveEffects() {
22952 if (pendingPassiveEffectsRenderPriority !== NoPriority) {
22953 var priorityLevel = pendingPassiveEffectsRenderPriority > NormalPriority ? NormalPriority : pendingPassiveEffectsRenderPriority;
22954 pendingPassiveEffectsRenderPriority = NoPriority;
22955 return runWithPriority$1(priorityLevel, flushPassiveEffectsImpl);
22956 }
22957 }
22958
22959 function flushPassiveEffectsImpl() {
22960 if (rootWithPendingPassiveEffects === null) {

Callers 7

scheduleRefreshFunction · 0.85
scheduleRootFunction · 0.85
performSyncWorkOnRootFunction · 0.85
flushDiscreteUpdatesFunction · 0.85
commitRootImplFunction · 0.85

Calls 1

runWithPriority$1Function · 0.85

Tested by

no test coverage detected