mirror of https://github.com/tc39/test262.git
Re-generate tests
This commit is contained in:
parent
81d00def42
commit
ef76e548a4
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} async function* f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} class f {}; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} const f = 0; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} function* f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} let f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function f() {} var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} async function* f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} class f {}; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} const f = 0; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} function* f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} let f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ async function* f() {} var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} let f; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ class f {} var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; let f; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ const f = 0; var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} let f; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function f() {} var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} let f; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ function* f() {} var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; let f; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ let f; var f; }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; async function f() {} }
|
||||
|
|
|
@ -18,4 +18,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; async function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; class f {}; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; const f = 0; }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; function f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; function* f() {} }
|
||||
|
|
|
@ -17,4 +17,6 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
{ var f; let f; }
|
||||
|
|
|
@ -53,6 +53,7 @@ info: |
|
|||
elements.
|
||||
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, (x = 0, x) => {
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ info: |
|
|||
...BindingPattern[?Yield]
|
||||
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, (...x = []) => {
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -46,6 +46,7 @@ info: |
|
|||
[ BindingElementList[?Yield] ]
|
||||
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var callCount = 0;
|
||||
var f;
|
||||
|
|
|
@ -49,6 +49,7 @@ info: |
|
|||
FormalParameterList[?Yield, ?Await] ,
|
||||
FormalParameterList[?Yield, ?Await] , FunctionRestParameter[?Yield, ?Await]
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, (...a,) => {
|
||||
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [ x = yield ] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [[(x, y)]] = [[]];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [[x[yield]]] = [[]];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [{ get x() {} }] = [{}];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [{ x = yield }] = [{}];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [arguments] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [ x[yield] ] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...x, y] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...x,] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...x, ...y] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...x,] = [];
|
||||
|
|
|
@ -19,6 +19,7 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
var x;
|
||||
|
||||
0, [...x = 1] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...[(x, y)]] = [[]];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...[x[yield]]] = [];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...{ get x() {} }] = [[]];
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, [...{ x = yield }] = [{}];
|
||||
|
|
|
@ -19,6 +19,7 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
var x = {};
|
||||
|
||||
0, [...x[yield]] = [];
|
||||
|
|
|
@ -19,6 +19,7 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
(function*() {
|
||||
|
||||
0, { yield } = {};
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, { yield } = {};
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, { eval = 0 } = {};
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, { x = yield } = {};
|
||||
|
|
|
@ -19,5 +19,6 @@ info: |
|
|||
4. Return the result of performing BindingInitialization for
|
||||
BindingPattern passing rval and undefined as arguments.
|
||||
---*/
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
0, { eval } = {};
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue