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
..
2020-10-14 14:01:01 -04:00
2020-10-05 10:53:43 -04:00
2020-10-05 10:53:43 -04:00
2021-01-28 16:03:01 -08:00
2020-01-08 09:30:47 -08:00
2024-07-04 11:03:23 +02:00
2019-07-10 20:20:16 -04:00
2020-09-25 15:54:49 -04:00