LibJS: Implement Intl.DurationFormat.supportedLocalesOf

This commit is contained in:
Idan Horowitz 2022-06-30 01:25:47 +03:00
commit b20ef7d640
Notes: sideshowbarker 2024-07-17 09:48:17 +09:00
3 changed files with 64 additions and 0 deletions

View file

@ -23,6 +23,8 @@ public:
private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
};
}