ladybird/Userland/Libraries/LibJS/Heap
Andreas Kling d54ba587f3 LibJS: Make Heap a friend of everyone who uses JS_CELL
This will allow Heap to invoke non-public constructors when allocating
new cells.
2022-08-29 03:24:54 +02:00
..
BlockAllocator.cpp Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
BlockAllocator.h Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
Cell.h LibJS: Make Heap a friend of everyone who uses JS_CELL 2022-08-29 03:24:54 +02:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
Handle.cpp
Handle.h LibJS: Make Handle<Value>::is_null() also consider the contained value 2022-04-05 11:46:48 +02:00
Heap.cpp LibJS: Remove GlobalObject from VM::throw_completion() 2022-08-23 13:58:30 +01:00
Heap.h LibJS: Remove GlobalObject from VM::throw_completion() 2022-08-23 13:58:30 +01:00
HeapBlock.cpp
HeapBlock.h LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses 2022-08-29 03:24:54 +02:00
MarkedVector.cpp
MarkedVector.h