(workInProgress, instance)
| 8444 | } |
| 8445 | |
| 8446 | function resetInputPointers(workInProgress, instance) { |
| 8447 | instance.props = workInProgress.memoizedProps; |
| 8448 | instance.state = workInProgress.memoizedState; |
| 8449 | } |
| 8450 | |
| 8451 | function adoptClassInstance(workInProgress, instance) { |
| 8452 | instance.updater = updater; |
no outgoing calls
no test coverage detected