(fiber)
| 4001 | push(contextStackCursor, JSCompiler_inline_result)); |
| 4002 | } |
| 4003 | function popHostContext(fiber) { |
| 4004 | contextFiberStackCursor.current === fiber && |
| 4005 | (pop(contextStackCursor), pop(contextFiberStackCursor)); |
| 4006 | hostTransitionProviderCursor.current === fiber && |
| 4007 | (pop(hostTransitionProviderCursor), |
| 4008 | (HostTransitionContext._currentValue = sharedNotPendingObject)); |
| 4009 | } |
| 4010 | var hasOwnProperty = Object.prototype.hasOwnProperty, |
| 4011 | scheduleCallback$3 = Scheduler.unstable_scheduleCallback, |
| 4012 | cancelCallback$1 = Scheduler.unstable_cancelCallback, |
no test coverage detected
searching dependent graphs…