(workInProgress, unmaskedContext, maskedContext)
| 11801 | } |
| 11802 | |
| 11803 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 11804 | { |
| 11805 | var instance = workInProgress.stateNode; |
| 11806 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 11807 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 11808 | } |
| 11809 | } |
| 11810 | |
| 11811 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 11812 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…