(Component)
| 7145 | }; |
| 7146 | |
| 7147 | function shouldConstruct(Component) { |
| 7148 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 7149 | } |
| 7150 | |
| 7151 | // This is used to create an alternate fiber to do work on. |
| 7152 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected