mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
LibJS: Add Object.{isExtensible,preventExtensions}()
This commit is contained in:
parent
daa3f59a55
commit
d5ae73a63b
6 changed files with 118 additions and 0 deletions
|
@ -48,6 +48,8 @@ private:
|
|||
static Value get_own_property_names(Interpreter&);
|
||||
static Value get_prototype_of(Interpreter&);
|
||||
static Value set_prototype_of(Interpreter&);
|
||||
static Value is_extensible(Interpreter&);
|
||||
static Value prevent_extensions(Interpreter&);
|
||||
static Value keys(Interpreter&);
|
||||
static Value values(Interpreter&);
|
||||
static Value entries(Interpreter&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue