You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,6 +63,7 @@ function _createClass(Constructor, protoProps, staticProps) {
63
63
returnConstructor;
64
64
}
65
65
function_defineProperty(obj,key,value){
66
+
key=_toPropertyKey(key);
66
67
if(keyinobj){
67
68
Object.defineProperty(obj,key,{
68
69
value: value,
@@ -100,6 +101,20 @@ function _arrayLikeToArray(arr, len) {
100
101
function_nonIterableSpread(){
101
102
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
@@ -61,6 +61,7 @@ function _createClass(Constructor, protoProps, staticProps) {
61
61
returnConstructor;
62
62
}
63
63
function_defineProperty(obj,key,value){
64
+
key=_toPropertyKey(key);
64
65
if(keyinobj){
65
66
Object.defineProperty(obj,key,{
66
67
value: value,
@@ -98,6 +99,20 @@ function _arrayLikeToArray(arr, len) {
98
99
function_nonIterableSpread(){
99
100
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
0 commit comments