Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 年之前 |
Linus Groh
|
76a6bd0e75
LibJS: Fix numeric type confusion in GetEpochFromISOParts return value
|
3 年之前 |
Linus Groh
|
70593b7448
LibJS: Update for structured headers added to various Temporal AOs
|
3 年之前 |
Linus Groh
|
9a3014c91a
LibJS: Drop "integral part of" language
|
3 年之前 |
Luke Wilde
|
c32dcf7f75
LibJS: Update ZonedDateTime AO spec comments for structured headers
|
3 年之前 |
Linus Groh
|
e109b967a1
LibJS: Make options object const in more Temporal AOs
|
3 年之前 |
Linus Groh
|
151eb8606d
LibJS: Consistently call observable Temporal AOs with undefined options
|
3 年之前 |
Linus Groh
|
ff3256792d
LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt
|
3 年之前 |
Linus Groh
|
039cb9f189
LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt
|
3 年之前 |
Linus Groh
|
360c65e92b
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
|
3 年之前 |
Linus Groh
|
f75052ff7c
LibJS: Assert CreateTemporalDuration does not throw given correct input
|
3 年之前 |
Linus Groh
|
68af8649fb
LibJS: Follow rules for consuming completion records
|
3 年之前 |
Linus Groh
|
2bae040bc9
LibJS: Remove Sign abstract operation
|
3 年之前 |
Linus Groh
|
17da627b4c
LibJS: Fix "set it to" language to be more explicit
|
3 年之前 |
Linus Groh
|
a496868ee5
LibJS: Create Duration Records with their own abstract operations
|
3 年之前 |
Linus Groh
|
bdb13a74b0
LibJS: Describe various kinds of "Duration Records"
|
3 年之前 |
Linus Groh
|
af7003ebd2
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
|
3 年之前 |
Linus Groh
|
6d744eb4a7
LibJS: Use consistent name for offset strings
|
3 年之前 |
Linus Groh
|
b9093dd0ab
LibJS: Don't validate time zone name when parsing Instant string
|
3 年之前 |
Luke Wilde
|
16301a603c
LibJS: Implement difference_zoned_date_time()
|
3 年之前 |
Linus Groh
|
1e41a8668d
LibJS: Add sign(Crypto::SignedBigInteger const&) overload
|
3 年之前 |
Linus Groh
|
27304017e3
LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()
|
3 年之前 |
Linus Groh
|
0d9defdad8
LibJS: Rename MatchBehavior members back to their old names
|
3 年之前 |
Linus Groh
|
6ef1a2793f
LibJS: Rename ZonedDateTime's MatchBehavior enum members to match spec
|
3 年之前 |
Luke Wilde
|
dc72d416b2
LibJS: Implement the required AOs for ZonedDateTime stringifiers
|
3 年之前 |
Linus Groh
|
36b51276d5
LibJS: Change calendar_date_add() date parameter from PlainDate to Value
|
3 年之前 |
Luke Wilde
|
2b89d2a360
LibJS: Implement ToTemporalZonedDateTime and the required AOs
|
3 年之前 |
Linus Groh
|
d49bbb1da3
LibJS: Implement TODO()'d parts of balance_duration()
|
3 年之前 |
Idan Horowitz
|
1822b2938e
LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 年之前 |