LibJS: Implement Intl.ListFormat.prototype.format

This commit is contained in:
Timothy Flynn 2021-09-06 14:37:23 -04:00 committed by Linus Groh
commit cdba40f7ea
Notes: sideshowbarker 2024-07-18 04:33:16 +09:00
7 changed files with 517 additions and 0 deletions

View file

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