Linus Groh
|
8d6ac267dc
LibJS: Convert Temporal::get_option() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
08dd1c3e2d
LibJS: Convert get_options_object() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
f2b5ddd167
LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
683e31e1ff
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
88a31f3bac
LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantString
|
3 年之前 |
Linus Groh
|
4be2aeca00
LibJS: Make prepare_temporal_fields() fields Object a const&
|
3 年之前 |
Linus Groh
|
1d24699ca8
LibJS: Make Temporal to_foo() AO normalized_options Object a const&
|
3 年之前 |
Linus Groh
|
a422ea8792
LibJS: Make get_string_or_number_option() options Object a const&
|
3 年之前 |
Linus Groh
|
c099b1b8a5
LibJS: Make get_option() options Object a const&
|
3 年之前 |
Luke Wilde
|
ff0b01a505
LibJS: Implement ToTemporalYearMonth AO
|
3 年之前 |
Linus Groh
|
81aaa9ccd5
LibJS: Replace String const& with StringView in various Temporal AOs
|
3 年之前 |
Luke Wilde
|
d943b8f100
LibJS: Implement Temporal.PlainTime.prototype.with
|
3 年之前 |
Idan Horowitz
|
456938add0
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
|
3 年之前 |
Idan Horowitz
|
24b78fff7d
LibJS: Add a bunch of Temporal Abstract Operations
|
3 年之前 |
Linus Groh
|
7acd174c85
LibJS: Reflect normative changes in ParseTemporalInstantString
|
3 年之前 |
Linus Groh
|
ed98c1afc7
LibJS: Throw RangeError in PrepareTemporalFields for +/-∞
|
3 年之前 |
Linus Groh
|
576be0f8e7
LibJS: Implement Temporal.Instant.prototype.toString()
|
3 年之前 |
Idan Horowitz
|
f6370fe3f7
LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO
|
3 年之前 |
Linus Groh
|
ad427f85ca
LibJS: Implement Temporal.PlainDateTime.from()
|
3 年之前 |
Linus Groh
|
969aee2022
LibJS: Add missing builtin calendar check to ParseTemporalCalendarString
|
3 年之前 |
Linus Groh
|
402f04c2fc
LibJS: Implement Temporal.PlainDate.prototype.toString()
|
3 年之前 |
Linus Groh
|
310192f918
LibJS: Make Temporal's get_option() take a PropertyName directly
|
3 年之前 |
Linus Groh
|
b2badd6333
LibJS: Update some Temporal spec section numbers
|
3 年之前 |
Linus Groh
|
0cdad283c0
LibJS: Reflect Record wording editorial change in the Temporal spec
|
3 年之前 |
Linus Groh
|
d46c531023
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
|
3 年之前 |
Linus Groh
|
16c38788c3
LibJS: Add missing spec links
|
3 年之前 |
Linus Groh
|
116c45d668
LibJS: Take prepare_temporal_fields() Vector arguments by const&
|
3 年之前 |
Idan Horowitz
|
2c6bd3a61b
LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar
|
4 年之前 |
Linus Groh
|
7915994dfc
LibJS: Use more narrow types in Temporal ISODateTime struct
|
4 年之前 |
Idan Horowitz
|
cf78efaef5
LibJS: Implement the ToTemporalDate Abstract Operation
|
4 年之前 |