mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
This commit is contained in:
parent
1f35eda37b
commit
04f8fb07e1
7 changed files with 591 additions and 28 deletions
|
@ -179,6 +179,7 @@ namespace JS {
|
|||
P(forEach) \
|
||||
P(format) \
|
||||
P(formatMatcher) \
|
||||
P(formatRange) \
|
||||
P(formatToParts) \
|
||||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue