mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibJS: Re-implement the Array Grouping proposal as static methods
Closes #19495.
This commit is contained in:
parent
f418605ec7
commit
419e710c1c
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/linusg
Commit: 419e710c1c
Pull-request: https://github.com/SerenityOS/serenity/pull/19945
Reviewed-by: https://github.com/trflynn89
10 changed files with 220 additions and 276 deletions
|
@ -34,6 +34,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_names);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_symbols);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_prototype_of);
|
||||
JS_DECLARE_NATIVE_FUNCTION(group_by);
|
||||
JS_DECLARE_NATIVE_FUNCTION(set_prototype_of);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is_extensible);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is_frozen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue