ladybird/Userland/Libraries/LibJS/Tests/builtins
Timothy Flynn bb4fda3b97 LibJS: Format the era of ISO year 0 as BC
This is a normative change in the ECMA-402 spec. See:
2034315
2023-02-02 12:12:26 +00:00
..
AggregateError
Array
ArrayBuffer
Atomics
BigInt LibJS: Only coerce value once in BigInt constructor 2022-08-03 20:59:59 +01:00
Boolean
DataView
Date LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date 2022-12-13 21:42:28 +00:00
DisposableStack LibJS: Add DisposableStack{, Prototype, Constructor} 2023-01-23 09:56:50 +00:00
Error
FinalizationRegistry
Function LibJS: Don't assume a this argument for function.prototype.bind 2022-08-17 23:56:24 +01:00
functions LibJS: Make parseFloat use the new double parser 2022-10-23 15:48:45 +02:00
Infinity
Intl LibJS: Format the era of ISO year 0 as BC 2023-02-02 12:12:26 +00:00
JSON LibJS: Fix that non-double numbers from JSON were truncated to i32 2022-10-23 15:48:45 +02:00
Map
Math LibJS: Enable commented out tests in Math.asin 2022-11-28 13:10:21 +01:00
NaN
Number LibJS: Use more accurate number-to-string method in Number toExponential 2022-11-04 21:12:10 +00:00
Object LibJS: Don't update names of resulting functions in object expression 2022-12-14 15:27:08 +00:00
Promise
Proxy
Reflect
RegExp LibJS: Implement RegExp legacy static properties 2022-10-17 17:08:33 +02:00
Set LibJS: Implement Set.prototype.isDisjointFrom 2022-12-02 13:09:15 +01:00
ShadowRealm LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs 2022-07-31 14:39:06 +02:00
String LibJS: Implement String.prototype.toWellFormed 2022-12-01 17:03:55 +01:00
SuppressedError LibJS: Add SuppressedError{, Prototype, Constructor} 2023-01-23 09:56:50 +00:00
Symbol LibJS: Add Symbol.dispose 2023-01-23 09:56:50 +00:00
Temporal LibJS: Add yearOfWeek calendar methods and properties 2022-12-26 09:30:36 +01:00
TypedArray LibJS: Protect CanonicalIndex against double-to-integer overflow 2022-12-07 16:43:19 +00:00
WeakMap
WeakRef
WeakSet