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

LibJS: Implement Intl.ListFormat.prototype.formatToParts

This commit is contained in:
Timothy Flynn 2021-09-06 14:57:57 -04:00 committed by Linus Groh
parent cdba40f7ea
commit 5c06a91dfa
4 changed files with 291 additions and 0 deletions

View file

@ -168,6 +168,7 @@ namespace JS {
P(fontsize) \
P(forEach) \
P(format) \
P(formatToParts) \
P(fractionalSecondDigits) \
P(freeze) \
P(from) \