mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Generate tests
This commit is contained in:
parent
4bdba71130
commit
77cc528526
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user