(workInProgress, unmaskedContext, maskedContext)
| 12557 | } |
| 12558 | |
| 12559 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12560 | var instance = workInProgress.stateNode; |
| 12561 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12562 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12563 | } |
| 12564 | |
| 12565 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12566 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected