ladybird/Userland/Libraries/LibJS/Tests/builtins
Timothy Flynn d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow
Explicitly disallow constructing a CanonicalIndex from a floating point
type without going through a factory method that will throw when the
provided index cannot fit in a u32.
2022-12-07 16:43:19 +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
functions LibJS: Make parseFloat use the new double parser 2022-10-23 15:48:45 +02:00
Infinity
Intl LibJS: Allow specifying only roundingIncrement in NumberFormat options 2022-11-29 10:24:44 +01: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
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
String LibJS: Implement String.prototype.toWellFormed 2022-12-01 17:03:55 +01:00
Symbol
Temporal LibJS: Add a function to ensure calls are made within the same second 2022-12-03 23:04:08 +00:00
TypedArray LibJS: Protect CanonicalIndex against double-to-integer overflow 2022-12-07 16:43:19 +00:00
WeakMap
WeakRef
WeakSet