1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

LibJS: Implement Intl.Locale.prototype.weekInfo property

This commit is contained in:
Timothy Flynn 2022-07-06 08:30:53 -04:00 committed by Linus Groh
parent 12e7c0808a
commit b3deec061e
6 changed files with 172 additions and 0 deletions

View file

@ -174,6 +174,7 @@ namespace JS {
P(findLast) \
P(findLastIndex) \
P(findIndex) \
P(firstDay) \
P(fixed) \
P(flags) \
P(flat) \
@ -330,6 +331,7 @@ namespace JS {
P(milliseconds) \
P(millisecondsDisplay) \
P(min) \
P(minimalDays) \
P(minimize) \
P(maximumFractionDigits) \
P(maximumSignificantDigits) \
@ -531,8 +533,10 @@ namespace JS {
P(valueOf) \
P(values) \
P(warn) \
P(weekInfo) \
P(weekOfYear) \
P(weekday) \
P(weekend) \
P(weeks) \
P(weeksDisplay) \
P(with) \