mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +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
|
@ -34,6 +34,7 @@ class Heap;
|
|||
class HeapBlock;
|
||||
class Interpreter;
|
||||
class Object;
|
||||
class PrimitiveString;
|
||||
class ScopeNode;
|
||||
class Value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue