test262/harness
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
..
assert.js
assertRelativeDateMs.js
async-gc.js
asyncHelpers.js throwsAsync, `Promise.try`: avoid unneeded syntax 2024-05-17 09:13:21 -07:00
atomicsHelper.js
byteConversionValues.js add more cases for float16 coercions 2024-03-25 15:22:57 -07:00
compareArray.js
compareIterator.js
dateConstants.js
decimalToHexString.js
deepEqual.js
detachArrayBuffer.js
doneprintHandle.js
features.yml
fnGlobalObject.js
hidden-constructors.js Remove 'AsyncArrowFunction' test 2024-07-04 11:03:23 +02:00
isConstructor.js
nans.js
nativeFunctionMatcher.js
promiseHelper.js
propertyHelper.js Fix harness tests for verifyProperty 2023-10-02 11:27:59 +02:00
proxyTrapsHelper.js
regExpUtils.js Add tests ensuring the latest Unicode Emoji standard is being followed 2023-08-28 16:31:57 +02:00
resizableArrayBufferUtils.js Collection of helper constants and functions for testing RABs (#4030) 2024-04-30 11:10:19 -07:00
sta.js Replace arrow function with regular function in harness/sta.js 2023-06-21 17:19:47 +02:00
tcoHelper.js
temporalHelpers.js Temporal: Make U+2212 MINUS SIGN invalid in ISO strings 2024-07-03 08:50:57 -07:00
testAtomics.js
testBigIntTypedArray.js
testIntl.js Sync partitionDurationFormatPattern with latest spec draft 2024-04-23 18:27:01 +02:00
testTypedArray.js introduce nonClampedIntArrayConstructors (#3984) 2024-01-11 11:35:28 +01:00
timer.js
typeCoercion.js
wellKnownIntrinsicObjects.js