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