index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2023-04-15
LibJS: Add spec comments to GlobalObject
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::get_method() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_bigint() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_primitive_string() to NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make well-known symbol getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to SymbolPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to SymbolConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to StringConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to SetPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to SetConstructor
Linus Groh
2023-04-11
LibJS: Update spec numbers for the Intl NumberFormat v3 proposal
Timothy Flynn
2023-04-11
LibJS: Require a [[RoundingMode]] slot within FormatNumericToString
Timothy Flynn
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-07
LibJS: Update spec numbers for the Intl Enumeration proposal
Timothy Flynn
2023-04-02
LibJS: Parse secondary expressions with the original forbidden token set
Linus Groh
2023-03-30
LibJS: Add fast path to Value::to_u32() if Value is a positive i32
Andreas Kling
2023-03-23
LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independent
Hendiadyoin1
2023-03-23
LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"
Timothy Flynn
2023-03-23
LibJS: Add missing internal slots to creation of Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormat
Timothy Flynn
2023-03-23
LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date
Luke Wilde
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibJS: Ensure Date tests can pass in any time zone by testing UTC values
Timothy Flynn
2023-03-20
LibJS: Update spec numbers / text for the Change Array by Copy proposal
Timothy Flynn
2023-03-18
LibJS: Add a PrimitiveString::create overload for FlyString
Timothy Flynn
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-17
LibJS: Move creation of fallible VM objects to its creation factory
Timothy Flynn
2023-03-17
LibJS: Fix a bunch of unwind related errors in GenerateCFG
Hendiadyoin1
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>
Matthew Olsson
2023-03-15
LibJS: Allow constructing a GCPtr from another GCPtr of convertible type
Matthew Olsson
2023-03-15
LibJS: Allow GCPtr and NonnullGCPtr to be hashed
Matthew Olsson
2023-03-13
LibJS: Don't skip CPU registers when gathering conservative roots
Andreas Kling
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
[prev]
[next]