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

Function _assertThisInitialized

docs/app/js/sanddance-app.js:60761–60764  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60759var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
60760parcelHelpers.defineInteropFlag(exports);
60761function _assertThisInitialized(self) {
60762 if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
60763 return self;
60764}
60765exports.default = _assertThisInitialized;
60766
60767},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"jf1Jo":[function(require,module,exports) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected