mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormat
This method represents the Intl.NumberFormat's [[RelevantExtensionKeys]] internal slot, so it makes more sense for this to be directly in the class itself.
This commit is contained in:
parent
94a5a0437c
commit
7769cd2cab
Notes:
sideshowbarker
2024-07-18 04:09:57 +09:00
Author: https://github.com/trflynn89
Commit: 7769cd2cab
Pull-request: https://github.com/SerenityOS/serenity/pull/9960
Reviewed-by: https://github.com/linusg ✅
2 changed files with 11 additions and 9 deletions
|
@ -70,6 +70,8 @@ public:
|
|||
ExceptZero,
|
||||
};
|
||||
|
||||
static Vector<StringView> const& relevant_extension_keys(); // [[RelevantExtensionKeys]]
|
||||
|
||||
NumberFormat(Object& prototype);
|
||||
virtual ~NumberFormat() override = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue