Linus Groh
|
aac457755d
LibJS: Define IsBuiltinCalendar in terms of AvailableCalendars
|
3 년 전 |
Linus Groh
|
2499911898
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
|
3 년 전 |
Linus Groh
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 년 전 |
Linus Groh
|
151eb8606d
LibJS: Consistently call observable Temporal AOs with undefined options
|
3 년 전 |
Linus Groh
|
cfb04765fa
LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars
|
3 년 전 |
Linus Groh
|
0c22a7f822
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
|
3 년 전 |
Linus Groh
|
251f5e8885
LibJS: Use CreateTemporalCalendar in GetBuiltinCalendar
|
3 년 전 |
Linus Groh
|
68af8649fb
LibJS: Follow rules for consuming completion records
|
3 년 전 |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 년 전 |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 년 전 |
Linus Groh
|
e087cd574e
LibJS: Rename variables to 'calendarLike' in a couple of places
|
3 년 전 |
Timothy Flynn
|
59ca435172
LibJS: Use new construct AO overload where easily applicable
|
3 년 전 |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 년 전 |
Linus Groh
|
29e96eceeb
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
|
3 년 전 |
Luke Wilde
|
4f3c283f24
LibJS: Move calendar validation out of parse_temporal_calendar_string
|
3 년 전 |
Linus Groh
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
3 년 전 |
Nico Weber
|
a164e6ecbb
LibJS: Unbreak to_iso_day_of_week
|
3 년 전 |
Nico Weber
|
481f7d6afa
LibJS: Use modulo() function in to_iso_day_of_week
|
3 년 전 |
Linus Groh
|
a757f3f421
LibJS: Fix leap year check in to_iso_week_of_year() for week < 1
|
3 년 전 |
Luke Wilde
|
29072f4b09
LibJS: Implement the required AOs for Temporal.Duration.compare
|
3 년 전 |
Linus Groh
|
36b51276d5
LibJS: Change calendar_date_add() date parameter from PlainDate to Value
|
3 년 전 |
Linus Groh
|
d49bbb1da3
LibJS: Implement TODO()'d parts of balance_duration()
|
3 년 전 |
Linus Groh
|
97f6c6029f
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
|
3 년 전 |
Linus Groh
|
09d1db5afd
LibJS: Clarify mathematical types in Temporal AOs and functions
|
3 년 전 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 년 전 |
Idan Horowitz
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 년 전 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 년 전 |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 년 전 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 년 전 |
Linus Groh
|
2c222ba40b
LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate()
|
3 년 전 |