(Component)
| 7032 | }; |
| 7033 | |
| 7034 | function shouldConstruct(Component) { |
| 7035 | return !!(Component.prototype && Component.prototype.isReactComponent); |
| 7036 | } |
| 7037 | |
| 7038 | // This is used to create an alternate fiber to do work on. |
| 7039 | function createWorkInProgress(current, pendingProps, expirationTime) { |
no outgoing calls
no test coverage detected