add async-functions feature to files which should have it

This commit is contained in:
Gokhan Kurt 2022-10-15 01:35:28 +03:00 committed by Ms2ger
parent ee7c379375
commit f5369c26a4
12 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@ description: >
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: >
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: >
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: >
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -27,6 +27,7 @@ info: |
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -9,6 +9,7 @@ negative:
phase: parse
type: SyntaxError
flags: [onlyStrict]
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: It is a SyntaxError if FormalParameters' default expressions contai
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: It is a SyntaxError if FormalParameters contains await
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: It is a SyntaxError if AsyncFunctionBody contains SuperCall is true
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -9,6 +9,7 @@ negative:
phase: parse
type: SyntaxError
flags: [onlyStrict]
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -8,6 +8,7 @@ description: It is a SyntaxError if BoundNames of FormalParameters also occurs i
negative:
phase: parse
type: SyntaxError
features: [async-functions]
---*/
$DONOTEVALUATE();

View File

@ -6,6 +6,7 @@ author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
description: >
Async function method definitions return promises
features: [async-functions]
---*/
var obj = {
async method() {}