mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibJS: Add Array.of()
This commit is contained in:
parent
ca22476d9d
commit
e333b60064
3 changed files with 47 additions and 0 deletions
|
@ -43,6 +43,7 @@ private:
|
|||
virtual const char* class_name() const override { return "ArrayConstructor"; }
|
||||
|
||||
static Value is_array(Interpreter&);
|
||||
static Value of(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue