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:
parent
12e7c0808a
commit
b3deec061e
6 changed files with 172 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue