@@ -12,7 +12,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
12
12
}
13
13
14
14
function callTheUserObjectsOperation() {
15
- let thisArg = this;
15
+ let thisArg = utils.tryWrapperForImpl( this) ;
16
16
let O = value;
17
17
let X = O;
18
18
@@ -1176,7 +1176,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
1176
1176
}
1177
1177
1178
1178
function callTheUserObjectsOperation(event) {
1179
- let thisArg = this;
1179
+ let thisArg = utils.tryWrapperForImpl( this) ;
1180
1180
let O = value;
1181
1181
let X = O;
1182
1182
@@ -1875,7 +1875,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
1875
1875
}
1876
1876
1877
1877
function callTheUserObjectsOperation(node) {
1878
- let thisArg = this;
1878
+ let thisArg = utils.tryWrapperForImpl( this) ;
1879
1879
let O = value;
1880
1880
let X = O;
1881
1881
@@ -7353,7 +7353,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
7353
7353
}
7354
7354
7355
7355
function callTheUserObjectsOperation() {
7356
- let thisArg = this;
7356
+ let thisArg = utils.tryWrapperForImpl( this) ;
7357
7357
let O = value;
7358
7358
let X = O;
7359
7359
@@ -8486,7 +8486,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
8486
8486
}
8487
8487
8488
8488
function callTheUserObjectsOperation(event) {
8489
- let thisArg = this;
8489
+ let thisArg = utils.tryWrapperForImpl( this) ;
8490
8490
let O = value;
8491
8491
let X = O;
8492
8492
@@ -9184,7 +9184,7 @@ exports.convert = function convert(value, { context = \\"The provided value\\" }
9184
9184
}
9185
9185
9186
9186
function callTheUserObjectsOperation(node) {
9187
- let thisArg = this;
9187
+ let thisArg = utils.tryWrapperForImpl( this) ;
9188
9188
let O = value;
9189
9189
let X = O;
9190
9190
0 commit comments