(Component)
| 6255 | }; |
| 6256 | |
| 6257 | function shouldConstruct(Component) { |
| 6258 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 6259 | } |
| 6260 | |
| 6261 | // This is used to create an alternate fiber to do work on. |
| 6262 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected