(workInProgress, unmaskedContext, maskedContext)
| 12306 | } |
| 12307 | |
| 12308 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12309 | var instance = workInProgress.stateNode; |
| 12310 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12311 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12312 | } |
| 12313 | |
| 12314 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12315 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected