Linus Groh
|
0d06f3655f
LibJS: Move string-parsing code into ToTemporalDurationRecord
|
3 years ago |
Linus Groh
|
87fb005a8d
LibJS: Move IsValidDuration check into ToTemporalDurationRecord
|
3 years ago |
Linus Groh
|
a009e834dc
LibJS: Add clarifying assertion to BalanceDurationRelative
|
3 years ago |
Linus Groh
|
17da627b4c
LibJS: Fix "set it to" language to be more explicit
|
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
|
fb6c8781a2
LibJS: Update RoundDuration after DRY refactor in spec
|
3 years ago |
Linus Groh
|
5277646f46
LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string()
|
3 years ago |
Linus Groh
|
acce65b52c
LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString()
|
3 years ago |
Linus Groh
|
bdb8fc54f2
LibJS: Update spec comment in balance_duration_relative()
|
3 years ago |
Andreas Kling
|
fed6a76990
LibJS: Add Handle::operator->()
|
3 years ago |
Timothy Flynn
|
1039159a6c
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
|
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
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
3 years ago |
Linus Groh
|
8d6d39e07c
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
|
3 years ago |
Linus Groh
|
ec1e1f4f12
LibJS: Disallow Temporal.Duration input values to be non-integers
|
3 years ago |
Linus Groh
|
dbe70e7c55
LibJS: Implement Temporal.Duration.prototype.total()
|
3 years ago |
Linus Groh
|
656efe5d6c
LibJS: Fix days calculation in round_duration() for "year" - "day" units
|
3 years ago |
Linus Groh
|
f11277b50d
LibJS: Fix missing handling of "week" largest_unit in balance_duration()
|
3 years ago |
Linus Groh
|
8c73d85a65
LibJS: Fix logic typo in round_duration() remainder calculation
|
3 years ago |
Linus Groh
|
f0cd727d74
LibJS: Fix logic typo in balance_duration() hours calculation
|
3 years ago |
Luke Wilde
|
29072f4b09
LibJS: Implement the required AOs for Temporal.Duration.compare
|
3 years ago |
Linus Groh
|
e9f66d1c2a
LibJS: Mark DaysUntil as infallible
|
3 years ago |
Linus Groh
|
b2548393d2
LibJS: Implement Temporal.Duration.prototype.toString()
|
3 years ago |
Linus Groh
|
d49bbb1da3
LibJS: Implement TODO()'d parts of balance_duration()
|
3 years ago |