(fn, source, ownerFn)
| 1946 | return syntheticFrame; |
| 1947 | } |
| 1948 | function describeFunctionComponentFrame(fn, source, ownerFn) { |
| 1949 | { |
| 1950 | return describeNativeComponentFrame(fn, false); |
| 1951 | } |
| 1952 | } |
| 1953 | |
| 1954 | function shouldConstruct(Component) { |
| 1955 | var prototype = Component.prototype; |
no test coverage detected
searching dependent graphs…