MCPcopy Create free account
hub / github.com/microsoft/SandDance / TypedArrayManager

Function TypedArrayManager

docs/tests/v2/es6/js/sanddance.js:59766–59774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59764/*#__PURE__*/
59765function () {
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",

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.70

Tested by

no test coverage detected