mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibJS: Implement Intl.ListFormat.prototype.formatToParts
This commit is contained in:
parent
cdba40f7ea
commit
5c06a91dfa
4 changed files with 291 additions and 0 deletions
|
@ -168,6 +168,7 @@ namespace JS {
|
|||
P(fontsize) \
|
||||
P(forEach) \
|
||||
P(format) \
|
||||
P(formatToParts) \
|
||||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
P(from) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue