(fn, source, ownerFn)
| 1170 | } |
| 1171 | } |
| 1172 | function describeFunctionComponentFrame(fn, source, ownerFn) { |
| 1173 | { |
| 1174 | return describeNativeComponentFrame(fn, false); |
| 1175 | } |
| 1176 | } |
| 1177 | |
| 1178 | function shouldConstruct(Component) { |
| 1179 | var prototype = Component.prototype; |
no test coverage detected
searching dependent graphs…