mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
LibJS: Implement Object.getOwnPropertyNames()
This commit is contained in:
parent
62d5f79388
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