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