mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:37:47 +00:00
LibJS: Add Boolean constructor object
This commit is contained in:
parent
57bd194e5a
commit
edae926cb0
16 changed files with 400 additions and 0 deletions
|
@ -9,6 +9,9 @@ OBJS = \
|
|||
Runtime/Array.o \
|
||||
Runtime/ArrayConstructor.o \
|
||||
Runtime/ArrayPrototype.o \
|
||||
Runtime/BooleanConstructor.o \
|
||||
Runtime/BooleanObject.o \
|
||||
Runtime/BooleanPrototype.o \
|
||||
Runtime/Cell.o \
|
||||
Runtime/ConsoleObject.o \
|
||||
Runtime/Date.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue