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
/
Runtime
/
Temporal
/
PlainYearMonthConstructor.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-06
LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation
BodilessSleeper
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-06-15
LibJS: Mark AO calls creating a copy of built-in objects as infallible
Linus Groh
2022-05-25
LibJS: Correct section IDs of Temporal .prototype property clauses
Linus Groh
2022-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-09-17
LibJS: Convert Calendar AOs to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_overflow() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert get_options_object() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr
Idan Horowitz
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.compare
Luke Wilde
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.from
Luke Wilde
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-08-17
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
Linus Groh
2021-08-08
LibJS: Start implementing Temporal.PlainYearMonth
Linus Groh