Linus Groh
|
2c222ba40b
LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate()
|
3 years ago |
Linus Groh
|
f8d92232c8
LibJS: Convert Calendar AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
4e5becf36e
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
|
3 years ago |
Linus Groh
|
4bba61fd59
LibJS: Make resolve_iso_month() fields Object a const&
|
3 years ago |
Linus Groh
|
1f99538185
LibJS: Make Temporal foo_from_fields() AO field/options Object a const*
|
3 years ago |
Linus Groh
|
e4c07c5b8f
LibJS: Make new_target parameter of all Temporal AOs a const*
|
3 years ago |
Linus Groh
|
418c22f9b3
LibJS: Implement Temporal.PlainDate.prototype.eraYear
|
3 years ago |
Linus Groh
|
6f7d6d917e
LibJS: Implement Temporal.PlainDate.prototype.era
|
3 years ago |
Linus Groh
|
402f04c2fc
LibJS: Implement Temporal.PlainDate.prototype.toString()
|
3 years ago |
Linus Groh
|
1292d80b93
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
|
3 years ago |
Linus Groh
|
795e077eb8
LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()
|
3 years ago |
Linus Groh
|
31f65b8c50
LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()
|
3 years ago |
Linus Groh
|
6709c915aa
LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()
|
3 years ago |
Linus Groh
|
ed9d37bd40
LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()
|
3 years ago |
Linus Groh
|
53c44bea00
LibJS: Mark getters of more Temporal objects [[nodiscard]]
|
3 years ago |
Linus Groh
|
e036f4a786
LibJS: Make regulate_iso_date() and iso_date_from_fields() use ISODate
|
3 years ago |
Linus Groh
|
1b9b995f93
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
|
3 years ago |
Idan Horowitz
|
010761aff4
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate
|
3 years ago |
Idan Horowitz
|
2c6bd3a61b
LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar
|
4 years ago |
Idan Horowitz
|
1d76be97f5
LibJS: Implement Temporal.PlainDate.prototype.inLeapYear
|
4 years ago |
Idan Horowitz
|
dd15fc471c
LibJS: Implement Temporal.PlainDate.prototype.monthsInYear
|
4 years ago |
Idan Horowitz
|
b1dd09840b
LibJS: Implement Temporal.PlainDate.prototype.daysInYear
|
4 years ago |
Idan Horowitz
|
3160540d0e
LibJS: Implement Temporal.PlainDate.prototype.daysInMonth
|
4 years ago |
Idan Horowitz
|
2150f5b374
LibJS: Implement Temporal.PlainDate.prototype.daysInWeek
|
4 years ago |
Idan Horowitz
|
2cf582436f
LibJS: Implement Temporal.PlainDate.prototype.weekOfYear
|
4 years ago |
Idan Horowitz
|
d22fe25643
LibJS: Implement Temporal.Calendar.prototype.weekOfYear
|
4 years ago |
Idan Horowitz
|
d561535ac9
LibJS: Implement Temporal.PlainDate.prototype.dayOfYear
|
4 years ago |
Idan Horowitz
|
c0e7761758
LibJS: Implement Temporal.Calendar.prototype.dayOfYear
|
4 years ago |
Idan Horowitz
|
bcbfd5b280
LibJS: Implement Temporal.PlainDate.prototype.dayOfWeek
|
4 years ago |
Idan Horowitz
|
339b0a17e8
LibJS: Implement Temporal.Calendar.prototype.dayOfWeek
|
4 years ago |