summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2023-04-15LibJS: Port create_iterator_result_object() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port iterator_step() to GCPtrLinus Groh
2023-04-15LibJS: Port iterator_next() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_symbol_value() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_string_value() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_bigint_value() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Add remaining missing spec comments to StringPrototypeLinus Groh
2023-04-15LibJS: Add spec comments to StringPrototypeLinus Groh
2023-04-15LibJS: Add spec comments to StringObjectLinus Groh
2023-04-15LibJS: Add spec comments to ProxyConstructorLinus Groh
2023-04-15LibJS: Add spec comments to ObjectPrototypeLinus Groh
2023-04-15LibJS: Add spec comments to ObjectConstructorLinus Groh
2023-04-15LibJS: Add spec comments to ObjectLinus Groh
2023-04-15LibJS: Add spec comments to NumberConstructorLinus Groh
2023-04-15LibJS: Add spec comments to MathObjectLinus Groh
2023-04-15LibJS: Add spec comments to MapPrototypeLinus Groh
2023-04-15LibJS: Add spec comments to GlobalObjectLinus Groh
2023-04-14LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port PrototypeObject::this_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::get_method() to GCPtrLinus Groh
2023-04-14LibJS: Port Value::to_bigint() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::to_primitive_string() to NonnullGCPtrLinus Groh
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapConstructorLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SymbolPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SymbolConstructorLinus Groh
2023-04-13LibJS: Add spec comments to StringConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SetConstructorLinus Groh
2023-04-11LibJS: Update spec numbers for the Intl NumberFormat v3 proposalTimothy Flynn
2023-04-11LibJS: Require a [[RoundingMode]] slot within FormatNumericToStringTimothy Flynn
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-07LibJS: Update spec numbers for the Intl Enumeration proposalTimothy Flynn
2023-04-02LibJS: Parse secondary expressions with the original forbidden token setLinus Groh
2023-03-30LibJS: Add fast path to Value::to_u32() if Value is a positive i32Andreas Kling
2023-03-23LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independentHendiadyoin1
2023-03-23LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"Timothy Flynn
2023-03-23LibJS: Add missing internal slots to creation of Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormatTimothy Flynn