Linus Groh
|
f669d2e558
LibJS: Port temporal_duration_to_string() to String
|
2 years ago |
Linus Groh
|
49b5d55b95
LibJS: Make {un,}balance_duration_relative() take a StringView
|
2 years ago |
Linus Groh
|
8f7c2f8292
LibJS: Port get_difference_settings() to String
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Jonah
|
00da2e86e6
LibJS/Temporal: Unroll the loop in to_temporal_duration_record
|
2 years ago |
Idan Horowitz
|
d795f9c6cf
LibJS: Change dateAdd to a required parameter of MoveRelativeDate
|
2 years ago |
Idan Horowitz
|
4e79ce4e7a
LibJS: Add optional dateAdd parameter to MoveRelativeDate
|
2 years ago |
Ben Wiederhake
|
4cd382c621
LibJS: Break another inclusion cycle by removing unnecessary include
|
2 years ago |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 years ago |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 years ago |
Idan Horowitz
|
d35d106f01
LibJS: Remove invalid CreateDateDurationRecord AO overload
|
3 years ago |
Linus Groh
|
a25c5d8fe8
LibJS: Make relativeTo required for AdjustRoundedDurationDays
|
3 years ago |
Linus Groh
|
5eb48f6f3a
LibJS: Remove constant arguments from CalculateOffsetShift
|
3 years ago |
Linus Groh
|
6cc69bbd8e
LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord
|
3 years ago |
Linus Groh
|
6982e53113
LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord
|
3 years ago |
Linus Groh
|
b9beb2b120
LibJS: Remove unnecessary ToLimitedTemporalDuration AO
|
3 years ago |
Linus Groh
|
6a2b73a4a9
LibJS: Simplify DaysUntil
|
3 years ago |
Linus Groh
|
3729a910f6
LibJS: Refactor Temporal add/subtract to common AOs
|
3 years ago |
Linus Groh
|
360c65e92b
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
|
3 years ago |
Linus Groh
|
48856498f0
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
|
3 years ago |
Linus Groh
|
0d06f3655f
LibJS: Move string-parsing code into ToTemporalDurationRecord
|
3 years ago |
Linus Groh
|
a496868ee5
LibJS: Create Duration Records with their own abstract operations
|
3 years ago |
Linus Groh
|
64e43c89bc
LibJS: Remove assertions that are now part of structured headers
|
3 years ago |
Linus Groh
|
97bd4cebab
LibJS: Refactor return value of RoundDuration
|
3 years ago |
Linus Groh
|
bdb13a74b0
LibJS: Describe various kinds of "Duration Records"
|
3 years ago |
Linus Groh
|
7a2eeae8c6
LibJS: Implement Temporal.ZonedDateTime.prototype.until()
|
3 years ago |
Luke Wilde
|
7dc846d51c
LibJS: Implement balance_duration_relative()
|
3 years ago |
Luke Wilde
|
9559cea8e5
LibJS: Implement add_duration()
|
3 years ago |
Luke Wilde
|
1f84deaf63
LibJS: Implement default_temporal_largest_unit()
|
3 years ago |
Linus Groh
|
8d6d39e07c
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
|
3 years ago |