1
Fork 0
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:
Andreas Kling 2020-04-10 14:14:02 +02:00
parent cb0dfd8f72
commit 6f3ea75569
5 changed files with 118 additions and 4 deletions

View file

@ -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 \