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

LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor

This commit is contained in:
Timothy Flynn 2021-11-28 17:55:47 -05:00 committed by Linus Groh
parent 75b2a09a2f
commit 16151aa7d5
9 changed files with 1089 additions and 2 deletions

View file

@ -117,10 +117,12 @@ namespace JS {
P(currencySign) \
P(dateAdd) \
P(dateFromFields) \
P(dateStyle) \
P(dateUntil) \
P(day) \
P(dayOfWeek) \
P(dayOfYear) \
P(dayPeriod) \
P(days) \
P(daysInMonth) \
P(daysInWeek) \
@ -176,6 +178,7 @@ namespace JS {
P(fontsize) \
P(forEach) \
P(format) \
P(formatMatcher) \
P(formatToParts) \
P(fractionalSecondDigits) \
P(freeze) \
@ -241,6 +244,7 @@ namespace JS {
P(hasOwn) \
P(hasOwnProperty) \
P(hour) \
P(hour12) \
P(hourCycle) \
P(hours) \
P(hoursInDay) \
@ -436,6 +440,7 @@ namespace JS {
P(tanh) \
P(test) \
P(then) \
P(timeStyle) \
P(timeZone) \
P(timeZoneName) \
P(toDateString) \
@ -485,6 +490,7 @@ namespace JS {
P(values) \
P(warn) \
P(weekOfYear) \
P(weekday) \
P(weeks) \
P(with) \
P(withCalendar) \