(ctor: Function)
| 300 | } |
| 301 | |
| 302 | export function describeClassComponentFrame(ctor: Function): string { |
| 303 | return describeNativeComponentFrame(ctor, true); |
| 304 | } |
| 305 | |
| 306 | export function describeFunctionComponentFrame(fn: Function): string { |
| 307 | return describeNativeComponentFrame(fn, false); |
no test coverage detected