(workInProgress, unmaskedContext, maskedContext)
| 11630 | } |
| 11631 | |
| 11632 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 11633 | var instance = workInProgress.stateNode; |
| 11634 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 11635 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 11636 | } |
| 11637 | |
| 11638 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 11639 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected