mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 01:14:56 +02:00
Generate tests
This commit is contained in:
parent
ac19f339e7
commit
73db72baad
@ -51,6 +51,9 @@ var thisValue = null;
|
|||||||
var args = null;
|
var args = null;
|
||||||
var iterable = {};
|
var iterable = {};
|
||||||
var iterator = {
|
var iterator = {
|
||||||
|
next() {
|
||||||
|
throw new Test262Error();
|
||||||
|
},
|
||||||
return: function() {
|
return: function() {
|
||||||
returnCount += 1;
|
returnCount += 1;
|
||||||
thisValue = this;
|
thisValue = this;
|
||||||
|
@ -60,6 +60,9 @@ var thisValue = null;
|
|||||||
var args = null;
|
var args = null;
|
||||||
var iterable = {};
|
var iterable = {};
|
||||||
var iterator = {
|
var iterator = {
|
||||||
|
next() {
|
||||||
|
throw new Test262Error();
|
||||||
|
},
|
||||||
return: function() {
|
return: function() {
|
||||||
returnCount += 1;
|
returnCount += 1;
|
||||||
thisValue = this;
|
thisValue = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user