Linus Groh a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 hace 4 años
..
AggregateError 862ba64037 LibJS: Implement the Error Cause proposal hace 4 años
Array 7310713d11 LibJS: Remove fast array paths in ArrayPrototype::{pop, push} hace 4 años
ArrayBuffer 01187e58f2 LibJS: ArrayBuffer.prototype.slice hace 4 años
BigInt 3014e529be LibJS: Tweak error message in the NumberToBigInt abstract operation hace 4 años
Boolean 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años
DataView e4e6e03364 LibJS: Add tests for DataView.prototype getters and setters hace 4 años
Date a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 hace 4 años
Error 862ba64037 LibJS: Implement the Error Cause proposal hace 4 años
FinalizationRegistry e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods hace 4 años
Function 202f855055 LibJS: Change non-ScriptFunction source string to "[native code]" hace 4 años
Infinity 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años
JSON 223472c57f LibJS: Dont try to serialize symbol-keyed properties hace 4 años
Map 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods hace 4 años
Math 0053816e9d LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}() hace 4 años
NaN 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años
Number c31392510a LibJS: Add the Number.prototype.toFixed method hace 4 años
Object 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant hace 4 años
Promise b377777208 LibJS: Add @@toStringTag to Promise.prototype hace 4 años
Proxy 30fe0529bd LibJS: Fix second argument passed to Proxy [[Call]] trap (thisArgument) hace 4 años
Reflect 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) hace 4 años
RegExp 6c67de8186 LibJS: Implement RegExp.prototype.hasIndices proposal hace 4 años
Set 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} hace 4 años
String e4124d0218 LibJS: Implement RegExp.prototype [ @@split ] hace 4 años
Symbol 844efde54b LibJS: Unbreak test-js test that depended on function object class name hace 4 años
Temporal ca71d99c66 LibJS: Implement Temporal.Instant.fromEpochNanoseconds() hace 4 años
TypedArray a44de7a55f LibJS: Add %TypedArray%.prototype.toLocaleString hace 4 años
WeakMap 3c83298a26 LibJS: Use undefined as the fallback value for iterable entry key/value hace 4 años
WeakRef b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method hace 4 años
WeakSet a00d154522 LibJS: Notify WeakSets when heap cells are sweeped hace 4 años
functions 442ef63008 LibJS: Add the global escape() & unescape() methods hace 4 años