(Component)
| 6127 | }; |
| 6128 | |
| 6129 | function shouldConstruct(Component) { |
| 6130 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 6131 | } |
| 6132 | |
| 6133 | // This is used to create an alternate fiber to do work on. |
| 6134 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected