(workInProgress, unmaskedContext, maskedContext)
| 10828 | } |
| 10829 | |
| 10830 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 10831 | { |
| 10832 | var instance = workInProgress.stateNode; |
| 10833 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 10834 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 10835 | } |
| 10836 | } |
| 10837 | |
| 10838 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 10839 | { |
no outgoing calls
no test coverage detected