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
/
PlainDateTimeConstructor.cpp
Age
Commit message (
Expand
)
Author
2022-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainDateTime 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 PlainDateTime AOs to ThrowCompletionOr
Linus Groh
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-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-08-27
LibJS: Implement Temporal.PlainDateTime.compare()
Idan Horowitz
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-08-17
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
Linus Groh
2021-07-22
LibJS: Start implementing Temporal.PlainDateTime
Linus Groh