oro-sdk 2.25.0 → 2.26.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -439,7 +439,7 @@ function _asyncToGenerator(fn) {
439
439
  }
440
440
 
441
441
  function _extends() {
442
- _extends = Object.assign || function (target) {
442
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
443
443
  for (var i = 1; i < arguments.length; i++) {
444
444
  var source = arguments[i];
445
445
 
@@ -452,7 +452,6 @@ function _extends() {
452
452
 
453
453
  return target;
454
454
  };
455
-
456
455
  return _extends.apply(this, arguments);
457
456
  }
458
457
 
@@ -482,18 +481,17 @@ function _inheritsLoose(subClass, superClass) {
482
481
  }
483
482
 
484
483
  function _getPrototypeOf(o) {
485
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
484
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
486
485
  return o.__proto__ || Object.getPrototypeOf(o);
487
486
  };
488
487
  return _getPrototypeOf(o);
489
488
  }
490
489
 
491
490
  function _setPrototypeOf(o, p) {
492
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
491
+ _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
493
492
  o.__proto__ = p;
494
493
  return o;
495
494
  };
496
-
497
495
  return _setPrototypeOf(o, p);
498
496
  }
499
497
 
@@ -512,7 +510,7 @@ function _isNativeReflectConstruct() {
512
510
 
513
511
  function _construct(Parent, args, Class) {
514
512
  if (_isNativeReflectConstruct()) {
515
- _construct = Reflect.construct;
513
+ _construct = Reflect.construct.bind();
516
514
  } else {
517
515
  _construct = function _construct(Parent, args, Class) {
518
516
  var a = [null];