(workInProgress, instance)
| 7712 | } |
| 7713 | |
| 7714 | function resetInputPointers(workInProgress, instance) { |
| 7715 | instance.props = workInProgress.memoizedProps; |
| 7716 | instance.state = workInProgress.memoizedState; |
| 7717 | } |
| 7718 | |
| 7719 | function adoptClassInstance(workInProgress, instance) { |
| 7720 | instance.updater = updater; |
no outgoing calls
no test coverage detected