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-01-06
LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation
BodilessSleeper
2023-01-06
LibJS: Replace "is not zero" language in Temporal comments
BodilessSleeper
2023-01-05
LibJS: Add and begin using a completion-compatible string builder
Timothy Flynn
2023-01-05
LibJS: Convert calendar operation results to floats
BodilessSleeper
2023-01-03
LibJS: Rename ToPositiveInteger -> ToPositiveIntegerWithTruncation
BodilessSleeper
2023-01-03
LibJS: Update comments in Temporal/Calendar.cpp
BodilessSleeper
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
Revert "LibJS: Implement MakeDay without using AK::years_to_days_since…"
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2022-12-31
LibJS: Fix spec link and spec comment in PlainYearMonth
BodilessSleeper
2022-12-31
LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth
BodilessSleeper
2022-12-26
LibJS: Add yearOfWeek calendar methods and properties
Luke Wilde
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-16
LibJS: Convert get_this_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_private_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_function_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_declarative_environment() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Update spec comments for replacing digits in Intl.NumberFormat
Timothy Flynn
2022-12-15
LibJS: Fix a typo in an Intl.DateTimeFormat spec comment
Timothy Flynn
2022-12-15
LibJS: Convert standalone construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-15
LibJS: Ensure Optional<Completion>'s defaults to empty completion
Linus Groh
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-15
LibJS: Access DurationRecord properties in alphabetical order
Timothy Flynn
2022-12-15
LibJS: Move IsValidDurationRecord check to ToDurationRecord
Timothy Flynn
2022-12-15
LibJS: Remove infallibility markers from some Intl.DurationFormat AOs
Timothy Flynn
2022-12-14
LibJS: Don't update names of resulting functions in object expression
davidot
2022-12-14
LibJS: Set DateTimeFormat's time zone when the CLDR download is disabled
Timothy Flynn
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctor
Andreas Kling
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-14
LibJS: Convert WrappedFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakSet::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakRef::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakMap::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert TypedArray::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SymbolObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SetIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Set::create() to NonnullGCPtr
Linus Groh
[prev]
[next]