Linus Groh b751f80166 LibJS: Change internal slots of Duration to store mathematical values 3 lat temu
..
AggregateError 862ba64037 LibJS: Implement the Error Cause proposal 4 lat temu
Array 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() 3 lat temu
ArrayBuffer f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 lat temu
Atomics 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 lat temu
BigInt cb57475168 LibJS: Implement BigInt.asUintN 3 lat temu
Boolean 76589d6728 LibJS: Change wording of ErrorType::NotA to be independent of context 3 lat temu
DataView 84053816d5 LibJS: Use Checked<T> for offsets in the SetViewValue AO 4 lat temu
Date 9098257668 LibJS: Reject -00000 as extended year in Date parsing 3 lat temu
Error cc77bb5067 LibJS: Relax line and column number restrictions in Error stack tests 3 lat temu
FinalizationRegistry 43b17f27a3 test-js: Add a mark_as_garbage method to force GC to collect that object 3 lat temu
Function e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() 3 lat temu
Infinity 13d7c09125 Libraries: Move to Userland/Libraries/ 4 lat temu
Intl f8e7701cf3 LibJS: Disallow calendar display names which contain an underscore 3 lat temu
JSON 23c72c6728 AK: Fix userland parsing of rounded floating point numbers 3 lat temu
Map 59080f441e LibJS: Normalize NaN values in Sets and Maps 3 lat temu
Math 0053816e9d LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}() 4 lat temu
NaN 13d7c09125 Libraries: Move to Userland/Libraries/ 4 lat temu
Number a9c9c8c076 LibJS: Fix rounding issues in Number.toFixed 3 lat temu
Object 10ec98dd38 Everywhere: Fix spelling mistakes 3 lat temu
Promise 194d90dc72 LibJS: Don't coerce this value to object in Promise.prototype.finally() 3 lat temu
Proxy 957f54d96f LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded 3 lat temu
Reflect cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly 3 lat temu
RegExp 2530b6adf0 LibJS: Create the RegExpExec result's "input" field last 3 lat temu
Set 59080f441e LibJS: Normalize NaN values in Sets and Maps 3 lat temu
ShadowRealm 68ee193464 LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument 3 lat temu
String 7ae2debf6e LibJS: Re-implement String.localeCompare using the StringCompare AO 3 lat temu
Symbol e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 lat temu
Temporal b751f80166 LibJS: Change internal slots of Duration to store mathematical values 3 lat temu
TypedArray 4d0315099f LibJS: Allow TypeArray to become detached in TypedArray.prototype.set 3 lat temu
WeakMap 43b17f27a3 test-js: Add a mark_as_garbage method to force GC to collect that object 3 lat temu
WeakRef b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 lat temu
WeakSet 43b17f27a3 test-js: Add a mark_as_garbage method to force GC to collect that object 3 lat temu
functions 23cde7685c LibJS: Correcly handle surrogates in escape() 3 lat temu