(workInProgress, unmaskedContext, maskedContext)
| 11636 | } |
| 11637 | |
| 11638 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 11639 | var instance = workInProgress.stateNode; |
| 11640 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 11641 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 11642 | } |
| 11643 | |
| 11644 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 11645 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected