7805b0beb019b0fcf96b2876c206f7963caea2e6fc3add67a9ab2f18cc78949c40128ec804067985df03ab4e821744a05d97ee0f9b340fb5e9f66b1836db02 509 B

1234567
  1. var getPrototypeOf = require("./getPrototypeOf.js");
  2. var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
  3. var possibleConstructorReturn = require("./possibleConstructorReturn.js");
  4. function _callSuper(t, o, e) {
  5. return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e));
  6. }
  7. module.exports = _callSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;