ladybird/Userland/Libraries/LibJS/Tests/builtins
Jonne Ransijn 755b83c01a LibJS: Implement tc39/proposal-atomics-microwait (Atomics.pause)
Implements the https://github.com/tc39/proposal-atomics-microwait
proposal which has recently hit Stage 3.

This commit passes all relevant tests in `test262`.
2024-11-03 08:05:58 -05:00
..
AggregateError
Array LibJS: Improve deep equals algorithm in tests 2024-06-26 12:13:08 -06:00
ArrayBuffer LibJS: Implement missing steps from the ArrayBuffer transfer proposal 2023-12-29 09:25:41 +01:00
AsyncGenerator
Atomics LibJS: Implement tc39/proposal-atomics-microwait (Atomics.pause) 2024-11-03 08:05:58 -05:00
BigInt
Boolean
DataView LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 2023-12-26 11:16:10 +01:00
Date LibJS: Parse dates like "Tuesday, October 29, 2024, 18:00 UTC" 2024-10-30 10:47:48 +01:00
DisposableStack
Error
FinalizationRegistry
Function
functions
Infinity
Intl LibJS+LibUnicode: Make the collation sensitivity default locale-aware 2024-08-15 13:44:32 +02:00
Iterator LibJS: Update spec numbers for the Iterator Helpers proposal 2024-10-23 17:26:33 -04:00
JSON
Map
Math
NaN
Number
Object LibJS: Introduce "dictionary" mode for object shapes 2023-12-16 14:25:58 +01:00
Promise LibJS: Implement Promise.try() 2024-04-09 10:18:35 +02:00
Proxy
Reflect
RegExp
Set
ShadowRealm LibJS: Add basic support for module code with top-level await 2023-12-06 12:58:04 +01:00
SharedArrayBuffer LibJS: Implement missing checks for SharedArrayBuffer values 2023-12-29 09:25:41 +01:00
String LibJS+LibUnicode: Fully implement Intl.Collator with ICU 2024-08-15 13:44:32 +02:00
SuppressedError
Symbol
Temporal LibJS: Add calendar id getter to ZonedDateTimePrototype 2024-10-30 10:29:48 +01:00
TypedArray LibJS: Fix base64 decoder typo 2024-10-23 19:47:18 -04:00
WeakMap
WeakRef
WeakSet