mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 14:48:17 +00:00
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
This commit is contained in:
parent
8f3a5ba5d8
commit
0094259d72
Notes:
sideshowbarker
2024-07-18 04:46:16 +09:00
Author: https://github.com/linusg
Commit: 0094259d72
Pull-request: https://github.com/SerenityOS/serenity/pull/9815
Reviewed-by: https://github.com/IdanHo ✅
6 changed files with 144 additions and 0 deletions
|
@ -403,6 +403,7 @@ namespace JS {
|
|||
P(substring) \
|
||||
P(subtract) \
|
||||
P(sup) \
|
||||
P(supportedLocalesOf) \
|
||||
P(tan) \
|
||||
P(tanh) \
|
||||
P(test) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue