(workInProgress, instance)
| 8351 | } |
| 8352 | |
| 8353 | function resetInputPointers(workInProgress, instance) { |
| 8354 | instance.props = workInProgress.memoizedProps; |
| 8355 | instance.state = workInProgress.memoizedState; |
| 8356 | } |
| 8357 | |
| 8358 | function adoptClassInstance(workInProgress, instance) { |
| 8359 | instance.updater = updater; |
no outgoing calls
no test coverage detected