test262/test/language/expressions/async-arrow-function
Linus Groh a82f5382ff Remove 'AsyncArrowFunction' test
There is no such hidden constructor, it's the same as the hidden
AsyncFunction constructor. In other words:

```js
Object.getPrototypeOf(async () => {}).constructor ===
Object.getPrototypeOf(async function () {}).constructor
```

Also add a test to ensure that %AsyncFunction.prototype% is indeed the
prototype of an async arrow function.

Closes .
2024-07-04 11:03:23 +02:00
..
forbidden-ext Generate tests 2020-10-14 14:01:01 -04:00
array-destructuring-param-strict-body.js
arrow-returns-promise.js
async-lineterminator-identifier-throws.js
await-as-binding-identifier-escaped.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-binding-identifier.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-identifier-reference-escaped.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-identifier-reference.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-label-identifier-escaped.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-label-identifier.js Generate tests 2020-10-05 10:53:43 -04:00
await-as-param-ident-nested-arrow-parameter-position.js add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
await-as-param-nested-arrow-body-position.js add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
await-as-param-nested-arrow-parameter-position.js add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
await-as-param-rest-nested-arrow-parameter-position.js add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
dflt-params-abrupt.js
dflt-params-arg-val-not-undefined.js
dflt-params-arg-val-undefined.js
dflt-params-duplicates.js
dflt-params-ref-later.js
dflt-params-ref-prior.js
dflt-params-ref-self.js
dflt-params-rest.js
dflt-params-trailing-comma.js
early-errors-arrow-NSPL-with-USD.js
early-errors-arrow-arguments-in-formal-parameters.js
early-errors-arrow-await-in-formals-default.js
early-errors-arrow-await-in-formals.js
early-errors-arrow-body-contains-super-call.js
early-errors-arrow-body-contains-super-property.js
early-errors-arrow-duplicate-parameters.js add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
early-errors-arrow-eval-in-formal-parameters.js
early-errors-arrow-formals-body-duplicate.js
early-errors-arrow-formals-contains-super-call.js
early-errors-arrow-formals-contains-super-property.js
early-errors-arrow-formals-lineterminator.js
escaped-async-line-terminator.js Update "info" field () 2021-01-28 16:03:01 -08:00
escaped-async.js Update "info" field () 2021-01-28 16:03:01 -08:00
eval-var-scope-syntax-err.js
name.js
object-destructuring-param-strict-body.js
params-trailing-comma-multiple.js
params-trailing-comma-single.js
prototype.js Remove 'AsyncArrowFunction' test 2024-07-04 11:03:23 +02:00
rest-param-strict-body.js
rest-params-trailing-comma-early-error.js
try-reject-finally-reject.js
try-reject-finally-return.js
try-reject-finally-throw.js
try-return-finally-reject.js
try-return-finally-return.js
try-return-finally-throw.js
try-throw-finally-reject.js
try-throw-finally-return.js
try-throw-finally-throw.js
unscopables-with-in-nested-fn.js
unscopables-with.js