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
/
Instant.h
Age
Commit message (
Expand
)
Author
2021-09-09
LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const&
Linus Groh
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
Linus Groh
2021-09-08
LibJS: Replace String const& with StringView in various Temporal AOs
Linus Groh
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-08
LibJS: Mark getters of more Temporal objects [[nodiscard]]
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-01
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
Linus Groh
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-12
LibJS: Add Temporal.Instant.prototype.round()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-07
LibJS: Start implementing Temporal.Instant
Linus Groh