(workInProgress, instance)
| 7681 | } |
| 7682 | |
| 7683 | function resetInputPointers(workInProgress, instance) { |
| 7684 | instance.props = workInProgress.memoizedProps; |
| 7685 | instance.state = workInProgress.memoizedState; |
| 7686 | } |
| 7687 | |
| 7688 | function adoptClassInstance(workInProgress, instance) { |
| 7689 | instance.updater = updater; |
no outgoing calls
no test coverage detected