LibJS: Implement Intl.supportedValuesOf

This is a stage 3 ECMA-402 proposal:
https://tc39.es/proposal-intl-enumeration/
This commit is contained in:
Timothy Flynn 2022-01-30 17:36:23 -05:00 committed by Linus Groh
commit fb08a5a896
Notes: sideshowbarker 2024-07-17 19:57:35 +09:00
5 changed files with 154 additions and 0 deletions

View file

@ -449,6 +449,7 @@ namespace JS {
P(subtract) \
P(sup) \
P(supportedLocalesOf) \
P(supportedValuesOf) \
P(tan) \
P(tanh) \
P(test) \