(Derived)
| 153 | return _assertThisInitialized(self); |
| 154 | } |
| 155 | function _createSuper(Derived) { |
| 156 | var hasNativeReflectConstruct = _isNativeReflectConstruct(); |
| 157 | return function _createSuperInternal() { |
| 158 | var Super = _getPrototypeOf(Derived), |
| 159 | result; |
| 160 | if (hasNativeReflectConstruct) { |
| 161 | var NewTarget = _getPrototypeOf(this).constructor; |
| 162 | result = Reflect.construct(Super, arguments, NewTarget); |
| 163 | } else { |
| 164 | result = Super.apply(this, arguments); |
| 165 | } |
| 166 | return _possibleConstructorReturn(this, result); |
| 167 | }; |
| 168 | } |
| 169 | function _superPropBase(object, property) { |
| 170 | while (!Object.prototype.hasOwnProperty.call(object, property)) { |
| 171 | object = _getPrototypeOf(object); |
no test coverage detected