mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:17:46 +00:00
LibJS: Add basic Array constructor
We only support Array() with 0 or 1 parameters so far.
This commit is contained in:
parent
eabdbe0ee9
commit
d155491122
6 changed files with 132 additions and 0 deletions
|
@ -7,6 +7,7 @@ OBJS = \
|
|||
Lexer.o \
|
||||
Parser.o \
|
||||
Runtime/Array.o \
|
||||
Runtime/ArrayConstructor.o \
|
||||
Runtime/ArrayPrototype.o \
|
||||
Runtime/Cell.o \
|
||||
Runtime/ConsoleObject.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue