(workInProgress, unmaskedContext, maskedContext)
| 12399 | } |
| 12400 | |
| 12401 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 12402 | var instance = workInProgress.stateNode; |
| 12403 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 12404 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 12405 | } |
| 12406 | |
| 12407 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 12408 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected