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

LibJS: Implement Intl.Locale.prototype.maximize

This commit is contained in:
Timothy Flynn 2021-09-02 19:03:41 -04:00 committed by Linus Groh
parent 03d7f01e0c
commit 0b1f5118d5
4 changed files with 55 additions and 0 deletions

View file

@ -281,6 +281,7 @@ namespace JS {
P(log10) \
P(map) \
P(max) \
P(maximize) \
P(mergeFields) \
P(message) \
P(microsecond) \