(providerFiber)
| 12053 | } |
| 12054 | } |
| 12055 | function popProvider(providerFiber) { |
| 12056 | var currentValue = valueCursor.current; |
| 12057 | pop(valueCursor, providerFiber); |
| 12058 | var context = providerFiber.type._context; |
| 12059 | |
| 12060 | { |
| 12061 | context._currentValue = currentValue; |
| 12062 | } |
| 12063 | } |
| 12064 | function calculateChangedBits(context, newValue, oldValue) { |
| 12065 | if (objectIs(oldValue, newValue)) { |
| 12066 | // No change |
no test coverage detected