mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +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
5 changed files with 154 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
|
||||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_canonical_locales);
|
||||
JS_DECLARE_NATIVE_FUNCTION(supported_values_of);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue