()
| 59764 | /*#__PURE__*/ |
| 59765 | function () { |
| 59766 | function TypedArrayManager() { |
| 59767 | var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, |
| 59768 | _ref$overAlloc = _ref.overAlloc, |
| 59769 | overAlloc = _ref$overAlloc === void 0 ? 1 : _ref$overAlloc; |
| 59770 | |
| 59771 | _classCallCheck(this, TypedArrayManager); |
| 59772 | |
| 59773 | this.overAlloc = overAlloc; |
| 59774 | } |
| 59775 | |
| 59776 | _createClass(TypedArrayManager, [{ |
| 59777 | key: "allocate", |
nothing calls this directly
no test coverage detected