mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:37:36 +00:00
LibJS: Add a new PrimitiveString class to hold GC-allocated strings
This commit is contained in:
parent
29c7a5dcbe
commit
111ef762f6
4 changed files with 97 additions and 0 deletions
|
@ -6,6 +6,7 @@ OBJS = \
|
|||
HeapBlock.o \
|
||||
Interpreter.o \
|
||||
Object.o \
|
||||
PrimitiveString.o \
|
||||
Value.o
|
||||
|
||||
LIBRARY = libjs.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue