(workInProgress, unmaskedContext, maskedContext)
| 14400 | } |
| 14401 | |
| 14402 | function cacheContext(workInProgress, unmaskedContext, maskedContext) { |
| 14403 | { |
| 14404 | var instance = workInProgress.stateNode; |
| 14405 | instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext; |
| 14406 | instance.__reactInternalMemoizedMaskedChildContext = maskedContext; |
| 14407 | } |
| 14408 | } |
| 14409 | |
| 14410 | function getMaskedContext(workInProgress, unmaskedContext) { |
| 14411 | { |
no outgoing calls
no test coverage detected