(workInProgress, unmaskedContext, maskedContext)
| 12341 | } |
| 12342 | |
| 12343 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12344 | var instance = workInProgress.stateNode; |
| 12345 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12346 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12347 | } |
| 12348 | |
| 12349 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12350 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected