(workInProgress, instance)
| 8602 | } |
| 8603 | |
| 8604 | function resetInputPointers(workInProgress, instance) { |
| 8605 | instance.props = workInProgress.memoizedProps; |
| 8606 | instance.state = workInProgress.memoizedState; |
| 8607 | } |
| 8608 | |
| 8609 | function adoptClassInstance(workInProgress, instance) { |
| 8610 | instance.updater = updater; |
no outgoing calls
no test coverage detected