Linus Groh c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
..
AggregateError 862ba64037 LibJS: Implement the Error Cause proposal 4 anni fa
Array f7e2994f35 LibJS: Make string to integer parsing for properties more strict 4 anni fa
ArrayBuffer 01187e58f2 LibJS: ArrayBuffer.prototype.slice 4 anni fa
BigInt 690eb3bb8a LibJS: Add support for hex, octal & binary big integer literals 4 anni fa
Boolean 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anni fa
DataView e4e6e03364 LibJS: Add tests for DataView.prototype getters and setters 4 anni fa
Date 17afe015a5 LibJS: Add Date.prototype.setTime() 4 anni fa
Error 862ba64037 LibJS: Implement the Error Cause proposal 4 anni fa
FinalizationRegistry e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 anni fa
Function 202f855055 LibJS: Change non-ScriptFunction source string to "[native code]" 4 anni fa
Infinity 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anni fa
JSON 223472c57f LibJS: Dont try to serialize symbol-keyed properties 4 anni fa
Map 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 anni fa
Math 0053816e9d LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}() 4 anni fa
NaN 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anni fa
Number c31392510a LibJS: Add the Number.prototype.toFixed method 4 anni fa
Object c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
Promise b377777208 LibJS: Add @@toStringTag to Promise.prototype 4 anni fa
Proxy 9b35231453 LibJS: Implement Proxy.revocable() 4 anni fa
Reflect f932da095e LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}() 4 anni fa
RegExp d85b9fd5a0 LibJS: Bring back runtime validation of RegExp flags 4 anni fa
Set 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 anni fa
String 2299be474b LibJS: Add the String.fromCodePoint() method 4 anni fa
Symbol b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 anni fa
TypedArray 8be7bdaac3 LibJS: Add %TypedArray%.prototype.some 4 anni fa
WeakMap 3c83298a26 LibJS: Use undefined as the fallback value for iterable entry key/value 4 anni fa
WeakRef b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 anni fa
WeakSet a00d154522 LibJS: Notify WeakSets when heap cells are sweeped 4 anni fa
functions 442ef63008 LibJS: Add the global escape() & unescape() methods 4 anni fa