mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Rebase, regenerate, and update tests
This commit is contained in:
parent
c59f671bda
commit
8869799c6d
@ -24,6 +24,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => /*{ import }*/;
|
let f = () => /*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => {
|
let f = () => {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -23,7 +23,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await /*{ import }*/
|
await /*{ import }*/
|
||||||
|
@ -23,6 +23,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => await /*{ import }*/)
|
(async () => await /*{ import }*/)
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
await /*{ import }*/;
|
await /*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
return await /*{ import }*/;
|
return await /*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -23,7 +23,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function * f() {
|
async function * f() {
|
||||||
await /*{ import }*/
|
await /*{ import }*/
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
label: {
|
label: {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
{
|
{
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
do {
|
do {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
return /*{ import }*/;
|
return /*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,6 +24,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) /*{ import }*/;
|
if (true) /*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let x = 0;
|
let x = 0;
|
||||||
while (!x) {
|
while (!x) {
|
||||||
|
@ -25,7 +25,7 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with ({}) {
|
with ({}) {
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
/*{ import }*/;
|
/*{ import }*/;
|
||||||
|
@ -24,7 +24,7 @@ info: |
|
|||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
var C = class extends B
|
var C = class extends B
|
||||||
{
|
{
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments += 20;
|
arguments += 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval += 20;
|
eval += 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments &= 20;
|
arguments &= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval &= 20;
|
eval &= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments /= 20;
|
arguments /= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval /= 20;
|
eval /= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments <<= 20;
|
arguments <<= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval <<= 20;
|
eval <<= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments %= 20;
|
arguments %= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval %= 20;
|
eval %= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments *= 20;
|
arguments *= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval *= 20;
|
eval *= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments |= 20;
|
arguments |= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval |= 20;
|
eval |= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments >>= 20;
|
arguments >>= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval >>= 20;
|
eval >>= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments -= 20;
|
arguments -= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval -= 20;
|
eval -= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments >>>= 20;
|
arguments >>>= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval >>>= 20;
|
eval >>>= 20;
|
||||||
|
@ -14,6 +14,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
arguments ^= 20;
|
arguments ^= 20;
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
eval ^= 20;
|
eval ^= 20;
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => {
|
let f = () => {
|
||||||
import();
|
import();
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => import();
|
let f = () => import();
|
||||||
|
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => import('', '');
|
let f = () => import('', '');
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => import('',);
|
let f = () => import('',);
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => {
|
let f = () => {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let f = () => {
|
let f = () => {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await import()
|
await import()
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await import('', '')
|
await import('', '')
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await import('',)
|
await import('',)
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => await import())
|
(async () => await import())
|
||||||
|
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => await import('', ''))
|
(async () => await import('', ''))
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
(async () => await import('',))
|
(async () => await import('',))
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
import();
|
import();
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
await import();
|
await import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
await import('', '');
|
await import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
await import('',);
|
await import('',);
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
return await import();
|
return await import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
return await import('', '');
|
return await import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function f() {
|
async function f() {
|
||||||
return await import('',);
|
return await import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function * f() {
|
async function * f() {
|
||||||
await import()
|
await import()
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function * f() {
|
async function * f() {
|
||||||
await import('', '')
|
await import('', '')
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
async function * f() {
|
async function * f() {
|
||||||
await import('',)
|
await import('',)
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
{
|
{
|
||||||
import();
|
import();
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
label: {
|
label: {
|
||||||
import();
|
import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
label: {
|
label: {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
label: {
|
label: {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
{
|
{
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
{
|
{
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
do {
|
do {
|
||||||
import();
|
import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
do {
|
do {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
do {
|
do {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
import();
|
import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
return import();
|
return import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
return import('', '');
|
return import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function fn() {
|
function fn() {
|
||||||
return import('',);
|
return import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
import();
|
import();
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) import();
|
if (true) import();
|
||||||
|
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) import('', '');
|
if (true) import('', '');
|
||||||
|
@ -32,6 +32,6 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) import('',);
|
if (true) import('',);
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
import('',);
|
import('',);
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let x = 0;
|
let x = 0;
|
||||||
while (!x) {
|
while (!x) {
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let x = 0;
|
let x = 0;
|
||||||
while (!x) {
|
while (!x) {
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
let x = 0;
|
let x = 0;
|
||||||
while (!x) {
|
while (!x) {
|
||||||
|
@ -28,7 +28,7 @@ info: |
|
|||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with ({}) {
|
with ({}) {
|
||||||
import();
|
import();
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with ({}) {
|
with ({}) {
|
||||||
import('', '');
|
import('', '');
|
||||||
|
@ -32,7 +32,7 @@ info: |
|
|||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with ({}) {
|
with ({}) {
|
||||||
import('',);
|
import('',);
|
||||||
|
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