(root, lanes)
| 14985 | : null; |
| 14986 | } |
| 14987 | function performSyncWorkOnRoot(root, lanes) { |
| 14988 | if (flushPassiveEffects()) return null; |
| 14989 | performWorkOnRoot(root, lanes, !0); |
| 14990 | } |
| 14991 | function scheduleImmediateTask(cb) { |
| 14992 | scheduleMicrotask(function () { |
| 14993 | 0 !== (executionContext & 6) |
no test coverage detected
searching dependent graphs…