mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Add the Symbol.species getter to the appropriate built-ins
This commit is contained in:
committed by
Linus Groh
parent
39c3aefe5d
commit
aefb7995f1
Notes:
sideshowbarker
2024-07-18 12:39:40 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/aefb7995f13 Pull-request: https://github.com/SerenityOS/serenity/pull/7878 Reviewed-by: https://github.com/linusg
@@ -27,6 +27,8 @@ private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(from);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is_array);
|
||||
JS_DECLARE_NATIVE_FUNCTION(of);
|
||||
|
||||
JS_DECLARE_NATIVE_GETTER(symbol_species_getter);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user