(workInProgress, unmaskedContext, maskedContext)
| 12179 | } |
| 12180 | |
| 12181 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12182 | var instance = workInProgress.stateNode; |
| 12183 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12184 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12185 | } |
| 12186 | |
| 12187 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12188 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected