test262/test
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 #4044.
2024-07-04 11:03:23 +02:00
..
annexB Allow global var-via-eval be declared 2024-04-11 17:22:43 -07:00
built-ins Remove 'AsyncArrowFunction' test 2024-07-04 11:03:23 +02:00
harness Update harness tests for Float16Array 2024-06-24 17:02:39 +02:00
intl402 Temporal: Make U+2212 MINUS SIGN invalid in ISO strings 2024-07-03 08:50:57 -07:00
language Remove 'AsyncArrowFunction' test 2024-07-04 11:03:23 +02:00
staging Temporal: Make U+2212 MINUS SIGN invalid in ISO strings 2024-07-03 08:50:57 -07:00