test262/test/built-ins
André Bargull e3ba8cea11 Update built-ins/Object/defineProperties to use verifyProperty 2024-02-28 17:01:01 -08:00
..
Array add Float16Array to all generic TypedArray tests (#3849) 2024-01-10 14:07:57 +01:00
ArrayBuffer (Shared)ArrayBuffer constructor validation happens in correct order 2024-02-12 14:18:33 +01:00
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype Tests using yield*, also to test codepath via .throw() 2024-01-23 13:31:50 -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 introduce nonClampedIntArrayConstructors (#3984) 2024-01-11 11:35:28 +01:00
BigInt Fix some esids. 2022-11-03 09:20:27 -07:00
Boolean
DataView
Date
Error Fix typos in calls to verifyProperty 2023-09-13 16:05:40 +02:00
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
Iterator fix broken Iterator.prototype constructor/Symbol.toStringTag tests (#3996) 2024-01-24 17:37:28 -08:00
JSON
Map groupBy: fix throwing iterator tests 2023-06-13 19:56:17 -07:00
MapIteratorPrototype
Math
NaN
NativeErrors Fix typos in calls to verifyProperty 2023-09-13 16:05:40 +02:00
Number Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Object Update built-ins/Object/defineProperties to use verifyProperty 2024-02-28 17:01:01 -08:00
Promise address comments 2023-09-08 16:31:50 -07:00
Proxy Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Reflect
RegExp Update case folding tests for Unicode 15.1 2023-11-08 13:43:44 +01:00
RegExpStringIteratorPrototype
Set The difference between two sets is `[1]`. 2024-01-11 00:23:14 +00:00
SetIteratorPrototype
ShadowRealm add Float16Array to all generic TypedArray tests (#3849) 2024-01-10 14:07:57 +01:00
SharedArrayBuffer (Shared)ArrayBuffer constructor validation happens in correct order 2024-02-12 14:18:33 +01:00
String Improve is/toWellFormedString coverage. 2022-12-21 10:57:19 +01:00
StringIteratorPrototype
Symbol
Temporal Temporal: Add weekOfYear() and yearOfWeek() tests for custom calendars 2024-02-21 10:40:18 -08:00
ThrowTypeError
TypedArray add Float16Array to all generic TypedArray tests (#3849) 2024-01-10 14:07:57 +01:00
TypedArrayConstructors add Float16Array to all generic TypedArray tests (#3849) 2024-01-10 14:07:57 +01:00
WeakMap Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
WeakRef Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
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