()
| 15388 | (0, _inherits2.default)(MathArray, _Array); |
| 15389 | |
| 15390 | function MathArray() { |
| 15391 | (0, _classCallCheck2.default)(this, MathArray); |
| 15392 | return (0, _possibleConstructorReturn2.default)(this, (0, _getPrototypeOf2.default)(MathArray).apply(this, arguments)); |
| 15393 | } |
| 15394 | |
| 15395 | (0, _createClass2.default)(MathArray, [{ |
| 15396 | key: "clone", |
nothing calls this directly
no outgoing calls
no test coverage detected