Timothy Flynn
|
4848f587cd
LibJS: Protect DayWithinYear against non-finite times
|
3 anos atrás |
Timothy Flynn
|
9be0a0fd28
LibJS: Protect YearFromTime against non-finite times
|
3 anos atrás |
Timothy Flynn
|
8ad043fe5e
LibJS: Ensure final computation in DayFromYear is performed on a double
|
3 anos atrás |
Timothy Flynn
|
032664332b
LibJS: Implement MakeDay without using AK::years_to_days_since_epoch
|
3 anos atrás |
Timothy Flynn
|
11d7c7ebbd
LibJS: Move time conversion constants to the Date header
|
3 anos atrás |
Timothy Flynn
|
34a1dd4257
LibJS: Remove Core::DateTime logic from the Date object :^)
|
3 anos atrás |
Timothy Flynn
|
d83ce7dd0b
LibJS: Re-implement the Date constructor / prototype for spec compliance
|
3 anos atrás |
Timothy Flynn
|
62dc9958f5
LibJS: Protect LocalTZA against non-finite times
|
3 anos atrás |
Timothy Flynn
|
b2aa3c9f84
LibJS: Do not negate offset in LocalTZA for isUTC=false
|
3 anos atrás |
Timothy Flynn
|
d93713b874
LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs
|
3 anos atrás |
Timothy Flynn
|
7d2834344a
LibJS: Implement the localTZA AO for isUTC=false
|
3 anos atrás |
Timothy Flynn
|
8987deb984
LibJS: Partially implement the LocalTZA AO
|
3 anos atrás |
Timothy Flynn
|
7a0830bb24
LibJS: Use AK::Time to implement the MakeDay AO
|
3 anos atrás |
Linus Groh
|
9c209b8079
LibJS: Support modulo(x, y) with different types
|
3 anos atrás |
Timothy Flynn
|
baf3f3bd6e
LibJS: Implement Date's Week Day AO
|
3 anos atrás |
Timothy Flynn
|
e56be34148
LibJS: Implement Date's TimeClip AO
|
3 anos atrás |
Linus Groh
|
6b2e004c28
LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()
|
3 anos atrás |
Linus Groh
|
1dc32fed8f
LibJS: Adjust approximated result in year_from_time() if necessary
|
3 anos atrás |
Linus Groh
|
37146e305a
LibJS: Account for leap days in year_from_time()
|
3 anos atrás |
Linus Groh
|
de2e95b278
LibJS: Ensure make_day()'s temporary Core::DateTime is treated as UTC
|
3 anos atrás |
Linus Groh
|
28a9a248d6
LibJS: Fix off-by-one in make_day()'s temporary Core::DateTime
|
3 anos atrás |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 anos atrás |
Idan Horowitz
|
ee608f58ee
LibJS: Add type range checks to the Date make_day AO
|
3 anos atrás |
Brian Gianforcaro
|
53166c10ca
LibJS: Remove unused header includes
|
4 anos atrás |
Linus Groh
|
5512ff79f0
LibJS: Implement a bunch of time value related Date AOs
|
4 anos atrás |
Idan Horowitz
|
b816037739
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
|
4 anos atrás |
Linus Groh
|
8f6ac0db1c
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
|
4 anos atrás |
Idan Horowitz
|
46214f0657
LibJS: Store Date milliseconds as signed to support negative offsets
|
4 anos atrás |
Idan Horowitz
|
44926b3f80
LibJS: Ignore arguments in Date's constructor when called as a function
|
4 anos atrás |
Andreas Kling
|
72259d5cee
LibJS: Convert StringBuilder::appendf() => AK::Format
|
4 anos atrás |