mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOr
This commit is contained in:
parent
68df9e4dfb
commit
15eadcf023
Notes:
sideshowbarker
2024-07-18 02:02:47 +09:00
Author: https://github.com/linusg
Commit: 15eadcf023
Pull-request: https://github.com/SerenityOS/serenity/pull/10583
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 15 additions and 15 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_OLD_NATIVE_FUNCTION(supported_locales_of);
|
||||
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue