mirror of https://github.com/tc39/test262.git
a82f5382ff
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. |
||
---|---|---|
.. | ||
annexB | ||
built-ins | ||
harness | ||
intl402 | ||
language | ||
staging |