.. |
AggregateError
|
|
|
Array
|
LibJS/Tests: Disable one Array.prototype.toSpliced test for now
|
2022-07-04 18:50:35 +02:00 |
ArrayBuffer
|
LibJS: Revert partial resizable ArrayBuffer implementation
|
2022-07-06 15:52:57 +02:00 |
Atomics
|
|
|
BigInt
|
LibJS: Only coerce value once in BigInt constructor
|
2022-08-03 20:59:59 +01:00 |
Boolean
|
|
|
DataView
|
LibJS: Check for add overflow in DataViewConstructor
|
2022-06-27 20:51:00 +01:00 |
Date
|
LibLocale+LibJS: Update to CLDR version 42.0.0
|
2022-10-25 10:10:39 +01:00 |
Error
|
|
|
FinalizationRegistry
|
LibJS: Implement stage 3 proposal FinalizationRegistry changes
|
2022-06-23 10:57:52 +03:00 |
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: 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
|
LibJS: Normalize NaN values in Sets and Maps
|
2022-04-02 14:15:43 +01:00 |
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: Normalize NaN values in Sets and Maps
|
2022-04-02 14:15:43 +01:00 |
ShadowRealm
|
LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs
|
2022-07-31 14:39:06 +02:00 |
String
|
LibJS: Fix UTF-16 corruption in String.prototype.replace()
|
2022-11-19 11:30:06 -07: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
|
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
|
2022-06-23 10:57:52 +03:00 |
WeakRef
|
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
|
2022-06-23 10:57:52 +03:00 |
WeakSet
|
LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'
|
2022-06-23 10:57:52 +03:00 |