Linus Groh
|
355fbcb702
LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()
|
3 年之前 |
Linus Groh
|
d527eb62da
LibJS: Support non-UTC time zones in Temporal :^)
|
3 年之前 |
Linus Groh
|
f1276144ba
LibJS: Check if input was exhausted after parsing UTC offset fraction
|
3 年之前 |
Linus Groh
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 年之前 |
Linus Groh
|
c56e5139f5
LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns
|
3 年之前 |
Linus Groh
|
9c209b8079
LibJS: Support modulo(x, y) with different types
|
3 年之前 |
Linus Groh
|
b70a55bd5a
LibJS: Update spec comment in get_iso_parts_from_epoch()
|
3 年之前 |
Linus Groh
|
3f1af7c05f
LibJS: Update parse_temporal_time_zone() to match the spec again
|
3 年之前 |
Linus Groh
|
2ecb47c985
LibJS: Update spec comments in format_time_zone_offset_string()
|
3 年之前 |
Linus Groh
|
eaa3329573
LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()
|
3 年之前 |
Luke Wilde
|
3666d2132b
LibJS: Remove fallback value for get_offset_nanoseconds_for
|
3 年之前 |
Linus Groh
|
e93ce1ff69
LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()
|
3 年之前 |
Linus Groh
|
68d80d239b
LibJS: Fix fraction substring in parse_time_zone_offset_string()
|
3 年之前 |
Luke Wilde
|
706296374b
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
|
3 年之前 |
Linus Groh
|
dd1a808f7e
LibJS: Remove TODO() from implemented code path
|
3 年之前 |
Linus Groh
|
38809f90d9
LibJS: Introduce & use FormatISOTimeZoneOffsetString
|
3 年之前 |
Linus Groh
|
97f6c6029f
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
|
3 年之前 |
Linus Groh
|
a7cb042ca8
LibJS: Fix format_time_zone_offset_string() for negative offsets
|
3 年之前 |
Linus Groh
|
92fdae178b
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
|
3 年之前 |
Linus Groh
|
e9cbeeac45
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
|
3 年之前 |
Linus Groh
|
5fde02184d
LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor()
|
3 年之前 |
Linus Groh
|
09d1db5afd
LibJS: Clarify mathematical types in Temporal AOs and functions
|
3 年之前 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
f38a5957bf
LibJS: Convert has_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
ee825d6d9e
LibJS: Convert get_method to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
d764f1c699
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
14f16d9ed4
LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr
|
3 年之前 |