1
0
mirror of https://github.com/tc39/test262.git synced 2025-04-08 19:35:28 +02:00

Generate tests

This commit is contained in:
Rick Waldron 2020-09-24 15:07:15 -04:00
parent ac19f339e7
commit 73db72baad
2 changed files with 6 additions and 0 deletions
test/language
expressions/assignment/dstr
statements/for-of/dstr

@ -51,6 +51,9 @@ var thisValue = null;
var args = null;
var iterable = {};
var iterator = {
next() {
throw new Test262Error();
},
return: function() {
returnCount += 1;
thisValue = this;

@ -60,6 +60,9 @@ var thisValue = null;
var args = null;
var iterable = {};
var iterator = {
next() {
throw new Test262Error();
},
return: function() {
returnCount += 1;
thisValue = this;