test262/test/built-ins
Philip Chimento be0abd93cd Add copies of resizable ArrayBuffer species constructor tests to BigInt folders
This adds copies of the tests added in the previous commit, to the
respective BigInt folders, editing them to use the testBigIntTypedArray
helper instead of the testTypedArray helper.

See: #3723
2023-03-31 16:52:42 -07:00
..
Array Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
ArrayBuffer Fix description of new-length-excessive 2023-03-28 00:28:28 -07:00
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
BigInt Fix some esids. 2022-11-03 09:20:27 -07:00
Boolean
DataView
Date
Error
FinalizationRegistry add missing feature to cleanupSome test 2022-12-19 10:04:34 +01:00
Function Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
GeneratorFunction
GeneratorPrototype Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
Infinity
IteratorPrototype/Symbol.iterator
JSON
Map Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
MapIteratorPrototype
Math
NaN
NativeErrors
Number Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Object Object.prototype.toString: avoid over-DRYness, and add preconditions 2023-03-27 11:21:34 +02:00
Promise Reject exceptional input to `isConstructor` (#3748) 2022-12-15 22:53:34 -05:00
Proxy Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Reflect
RegExp Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
RegExpStringIteratorPrototype
Set Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
SetIteratorPrototype
ShadowRealm Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
SharedArrayBuffer
String Improve is/toWellFormedString coverage. 2022-12-21 10:57:19 +01:00
StringIteratorPrototype
Symbol
Temporal Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
ThrowTypeError
TypedArray Add copies of resizable ArrayBuffer species constructor tests to BigInt folders 2023-03-31 16:52:42 -07:00
TypedArrayConstructors
WeakMap Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
WeakRef
WeakSet Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt
undefined