(workInProgress, instance)
| 8489 | } |
| 8490 | |
| 8491 | function resetInputPointers(workInProgress, instance) { |
| 8492 | instance.props = workInProgress.memoizedProps; |
| 8493 | instance.state = workInProgress.memoizedState; |
| 8494 | } |
| 8495 | |
| 8496 | function adoptClassInstance(workInProgress, instance) { |
| 8497 | instance.updater = updater; |
no outgoing calls
no test coverage detected