Generate tests

This commit is contained in:
rwaldron 2021-07-22 15:31:36 -04:00
parent 4bdba71130
commit 77cc528526
12 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@ info: |
var x, setValue;
x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -18,7 +18,7 @@ info: |
var setValue;
var x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -18,7 +18,7 @@ info: |
var setValue;
var x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let x, setValue;
x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let setValue;
let x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let setValue;
let x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let x, setValue;
x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let setValue;
let x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
let setValue;
let x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
var x, setValue;
x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
var setValue;
var x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;

View File

@ -27,7 +27,7 @@ info: |
var setValue;
var x = {
get y() {
$ERROR('The property should not be accessed.');
throw new Test262Error('The property should not be accessed.');
},
set y(val) {
setValue = val;