(workInProgress, unmaskedContext, maskedContext)
| 11539 | } |
| 11540 | |
| 11541 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 11542 | var instance = workInProgress.stateNode; |
| 11543 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 11544 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 11545 | } |
| 11546 | |
| 11547 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 11548 | var type = workInProgress.type; |
no outgoing calls
no test coverage detected