(self)
| 139 | return _wrapNativeSuper(Class); |
| 140 | } |
| 141 | function _assertThisInitialized(self) { |
| 142 | if (self === void 0) { |
| 143 | throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); |
| 144 | } |
| 145 | return self; |
| 146 | } |
| 147 | function _possibleConstructorReturn(self, call) { |
| 148 | if (call && (typeof call === "object" || typeof call === "function")) { |
| 149 | return call; |
no outgoing calls
no test coverage detected