(workInProgress, instance)
| 8386 | } |
| 8387 | |
| 8388 | function resetInputPointers(workInProgress, instance) { |
| 8389 | instance.props = workInProgress.memoizedProps; |
| 8390 | instance.state = workInProgress.memoizedState; |
| 8391 | } |
| 8392 | |
| 8393 | function adoptClassInstance(workInProgress, instance) { |
| 8394 | instance.updater = updater; |
no outgoing calls
no test coverage detected