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. |
||
---|---|---|
.. | ||
assert.js | ||
assertRelativeDateMs.js | ||
async-gc.js | ||
asyncHelpers.js | ||
atomicsHelper.js | ||
byteConversionValues.js | ||
compareArray.js | ||
compareIterator.js | ||
dateConstants.js | ||
decimalToHexString.js | ||
deepEqual.js | ||
detachArrayBuffer.js | ||
doneprintHandle.js | ||
features.yml | ||
fnGlobalObject.js | ||
hidden-constructors.js | ||
isConstructor.js | ||
nans.js | ||
nativeFunctionMatcher.js | ||
promiseHelper.js | ||
propertyHelper.js | ||
proxyTrapsHelper.js | ||
regExpUtils.js | ||
resizableArrayBufferUtils.js | ||
sta.js | ||
tcoHelper.js | ||
temporalHelpers.js | ||
testAtomics.js | ||
testBigIntTypedArray.js | ||
testIntl.js | ||
testTypedArray.js | ||
timer.js | ||
typeCoercion.js | ||
wellKnownIntrinsicObjects.js |