(call && (typeof call === "object" || typeof call === "function"))
| 5876 | } |
| 5877 | function _possibleConstructorReturn(self, call) { |
| 5878 | if (call && (typeof call === "object" || typeof call === "function")) { |
| 5879 | return call; |
| 5880 | } else if (call !== void 0) { |
| 5881 | throw new TypeError("Derived constructors may only return object or undefined"); |
| 5882 | } |
| 5883 | return _assertThisInitialized(self); |
no test coverage detected