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

LibJS: Implement Intl.Locale.prototype.firstDayOfWeek

This is a normative change in the Intl Locale Info spec. See:
f03a814
This commit is contained in:
Timothy Flynn 2023-10-03 10:18:18 -04:00 committed by Andreas Kling
parent b5875700e2
commit a357874c77
7 changed files with 227 additions and 31 deletions

View file

@ -191,6 +191,7 @@ namespace JS {
P(findLastIndex) \
P(findIndex) \
P(firstDay) \
P(firstDayOfWeek) \
P(fixed) \
P(flags) \
P(flat) \