(workInProgress, unmaskedContext, maskedContext)
| 12444 | } |
| 12445 | |
| 12446 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12447 | var instance = workInProgress.stateNode; |
| 12448 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12449 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12450 | } |
| 12451 | |
| 12452 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12453 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected