mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibJS: Implement Object.getOwnPropertyNames()
This commit is contained in:
parent
62d5f79388
commit
f95a119627
Notes:
sideshowbarker
2024-07-19 08:05:06 +09:00
Author: https://github.com/awesomekling
Commit: f95a119627
3 changed files with 36 additions and 0 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
private:
|
||||
virtual const char* class_name() const override { return "ObjectConstructor"; }
|
||||
|
||||
static Value get_own_property_names(Interpreter&);
|
||||
static Value get_prototype_of(Interpreter&);
|
||||
static Value set_prototype_of(Interpreter&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue