(workInProgress, instance)
| 7584 | } |
| 7585 | |
| 7586 | function resetInputPointers(workInProgress, instance) { |
| 7587 | instance.props = workInProgress.memoizedProps; |
| 7588 | instance.state = workInProgress.memoizedState; |
| 7589 | } |
| 7590 | |
| 7591 | function adoptClassInstance(workInProgress, instance) { |
| 7592 | instance.updater = updater; |
no outgoing calls
no test coverage detected