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

View File

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

View File

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