mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
This commit is contained in:
parent
04f8fb07e1
commit
53df13fed7
6 changed files with 569 additions and 0 deletions
|
@ -180,6 +180,7 @@ namespace JS {
|
|||
P(format) \
|
||||
P(formatMatcher) \
|
||||
P(formatRange) \
|
||||
P(formatRangeToParts) \
|
||||
P(formatToParts) \
|
||||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue