(providerFiber)
| 15613 | } |
| 15614 | } |
| 15615 | function popProvider(providerFiber) { |
| 15616 | var currentValue = valueCursor.current; |
| 15617 | pop(valueCursor, providerFiber); |
| 15618 | var context = providerFiber.type._context; |
| 15619 | |
| 15620 | { |
| 15621 | context._currentValue = currentValue; |
| 15622 | } |
| 15623 | } |
| 15624 | function calculateChangedBits(context, newValue, oldValue) { |
| 15625 | if (objectIs(oldValue, newValue)) { |
| 15626 | // No change |
no test coverage detected