LibJS: Implement Intl.Collator.supportedLocalesOf

This commit is contained in:
Timothy Flynn 2021-09-08 13:32:19 -04:00 committed by Linus Groh
commit 17306078b5
Notes: sideshowbarker 2024-07-17 20:01: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);
};
}