LibJS: Re-implement the Array Grouping proposal as static methods

Closes #19495.
This commit is contained in:
Linus Groh 2023-07-11 16:23:00 +02:00
commit 419e710c1c
Notes: sideshowbarker 2024-07-17 07:06:47 +09:00
10 changed files with 220 additions and 276 deletions

View file

@ -25,6 +25,8 @@ private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_NATIVE_FUNCTION(group_by);
JS_DECLARE_NATIVE_FUNCTION(symbol_species_getter);
};