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

LibJS: Implement Intl.getCanonicalLocales

This commit is contained in:
Timothy Flynn 2021-08-25 09:41:25 -04:00 committed by Linus Groh
parent e8dd2eea74
commit 38d29a40dc
4 changed files with 103 additions and 0 deletions

View file

@ -175,6 +175,7 @@ namespace JS {
P(get) \
P(getBigInt64) \
P(getBigUint64) \
P(getCanonicalLocales) \
P(getDate) \
P(getDay) \
P(getFloat32) \