mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibJS: Add the Symbol.species getter to the appropriate built-ins
This commit is contained in:
parent
39c3aefe5d
commit
aefb7995f1
Notes:
sideshowbarker
2024-07-18 12:39:40 +09:00
Author: https://github.com/IdanHo
Commit: aefb7995f1
Pull-request: https://github.com/SerenityOS/serenity/pull/7878
Reviewed-by: https://github.com/linusg
10 changed files with 45 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_GETTER(symbol_species_getter);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue