mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibJS: Implement Intl.supportedValuesOf
This is a stage 3 ECMA-402 proposal: https://tc39.es/proposal-intl-enumeration/
This commit is contained in:
parent
a120e85596
commit
fb08a5a896
Notes:
sideshowbarker
2024-07-17 19:57:35 +09:00
Author: https://github.com/trflynn89
Commit: fb08a5a896
Pull-request: https://github.com/SerenityOS/serenity/pull/12223
Reviewed-by: https://github.com/linusg ✅
5 changed files with 154 additions and 0 deletions
|
@ -449,6 +449,7 @@ namespace JS {
|
|||
P(subtract) \
|
||||
P(sup) \
|
||||
P(supportedLocalesOf) \
|
||||
P(supportedValuesOf) \
|
||||
P(tan) \
|
||||
P(tanh) \
|
||||
P(test) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue