(workInProgress, unmaskedContext, maskedContext)
| 11667 | } |
| 11668 | |
| 11669 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 11670 | var instance = workInProgress.stateNode; |
| 11671 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 11672 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 11673 | } |
| 11674 | |
| 11675 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 11676 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected