mirror of https://github.com/tc39/test262.git
Rebase, regenerate, and update tests
This commit is contained in:
parent
c59f671bda
commit
8869799c6d
|
@ -24,6 +24,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => /*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -23,7 +23,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => {
|
||||
await /*{ import }*/
|
||||
|
|
|
@ -23,6 +23,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => await /*{ import }*/)
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
await /*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
return await /*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -23,7 +23,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function * f() {
|
||||
await /*{ import }*/
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
label: {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
{
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
do {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
return /*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,6 +24,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) /*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let x = 0;
|
||||
while (!x) {
|
||||
|
|
|
@ -25,7 +25,7 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
with ({}) {
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
/*{ import }*/;
|
||||
|
|
|
@ -24,7 +24,7 @@ info: |
|
|||
---*/
|
||||
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
var C = class extends B
|
||||
{
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments += 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval += 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments &= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval &= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments /= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval /= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments <<= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval <<= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments %= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval %= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments *= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval *= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments |= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval |= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments >>= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval >>= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments -= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval -= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments >>>= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval >>>= 20;
|
||||
|
|
|
@ -14,6 +14,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
arguments ^= 20;
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
eval ^= 20;
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => {
|
||||
import();
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => import();
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => import('', '');
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => import('',);
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let f = () => {
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => {
|
||||
await import()
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => {
|
||||
await import('', '')
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => {
|
||||
await import('',)
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => await import())
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => await import('', ''))
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
(async () => await import('',))
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
import();
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
await import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
await import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
await import('',);
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
return await import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
return await import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function f() {
|
||||
return await import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function * f() {
|
||||
await import()
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function * f() {
|
||||
await import('', '')
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
async function * f() {
|
||||
await import('',)
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
{
|
||||
import();
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
label: {
|
||||
import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
label: {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
label: {
|
||||
import('',);
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
{
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
{
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
do {
|
||||
import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
do {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
do {
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (false) {
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
return import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
return import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {
|
||||
return import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) {
|
||||
import();
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) import();
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) import('', '');
|
||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) import('',);
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
if (true) {
|
||||
import('',);
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let x = 0;
|
||||
while (!x) {
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let x = 0;
|
||||
while (!x) {
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
let x = 0;
|
||||
while (!x) {
|
||||
|
|
|
@ -28,7 +28,7 @@ info: |
|
|||
import( AssignmentExpression[+In, ?Yield] )
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
with ({}) {
|
||||
import();
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
with ({}) {
|
||||
import('', '');
|
||||
|
|
|
@ -32,7 +32,7 @@ info: |
|
|||
- ImportCall must not be extended.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
$DONOTEVALUATE();
|
||||
|
||||
with ({}) {
|
||||
import('',);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue