ladybird/Userland/Libraries/LibJS/Tests/builtins
Timothy Flynn d56205f991 LibJS: Use more accurate number-to-string method in Intl.NumberFormat
Intl.NumberFormat only ever wants literal number-to-digits here, without
extra exponential formatting.
2022-11-04 21:12:10 +00:00
..
AggregateError
Array
ArrayBuffer
Atomics
BigInt
Boolean
DataView
Date LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01: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: Use more accurate number-to-string method in Intl.NumberFormat 2022-11-04 21:12:10 +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: Add special cases for Math.cosh and add spec comments 2022-08-20 23:53:55 +01:00
NaN
Number LibJS: Handle non-decimal integer literals in Value::to_number 2022-08-30 01:00:48 +01:00
Object
Promise
Proxy
Reflect
RegExp LibJS: Implement RegExp legacy static properties 2022-10-17 17:08:33 +02:00
Set
ShadowRealm
String LibJS: Use Unicode normalization within String.prototype.normalize 2022-10-06 22:14:44 +01:00
Symbol
Temporal LibJS: Fix length of PlainDateTime.withPlainTime 2022-11-03 21:09:58 +00:00
TypedArray LibJS: Make a TypedArray test actually run on all different types 2022-10-23 15:48:45 +02:00
WeakMap
WeakRef
WeakSet