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
AsyncGenerator
Atomics LibJS: Implement tc39/proposal-atomics-microwait (Atomics.pause) 2024-11-03 08:05:58 -05:00
BigInt
Boolean
DataView
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
Promise LibJS: Implement Promise.try() 2024-04-09 10:18:35 +02:00
Proxy
Reflect
RegExp
Set
ShadowRealm
SharedArrayBuffer
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