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
/
InstantConstructor.h
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
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
2021-10-21
LibJS: Convert Temporal.Instant functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.from()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochNanoseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochMicroseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochMilliseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochSeconds()
Linus Groh
2021-07-07
LibJS: Start implementing Temporal.Instant
Linus Groh