mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibJS: Add String constructor :^)
This commit is contained in:
parent
cb0dfd8f72
commit
6f3ea75569
5 changed files with 118 additions and 4 deletions
|
@ -37,6 +37,7 @@ OBJS = \
|
|||
Runtime/PrimitiveString.o \
|
||||
Runtime/ScriptFunction.o \
|
||||
Runtime/Shape.o \
|
||||
Runtime/StringConstructor.o \
|
||||
Runtime/StringObject.o \
|
||||
Runtime/StringPrototype.o \
|
||||
Runtime/Value.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue