ladybird/Userland/Libraries/LibJS/Heap
Matthew Olsson edf484a5ab LibJS: Force a semicolon after JS_{DECLARE,DEFINE}_ALLOCATOR()
This matches the style of other macros, and prevents IDEs from flagging
the semicolon as unnecessary.
2024-04-09 09:13:06 +02:00
..
BlockAllocator.cpp LibJS+AK: Register GC memory as root regions for LeakSanitizer 2024-04-03 12:41:02 +02:00
BlockAllocator.h
Cell.cpp
Cell.h
CellAllocator.cpp
CellAllocator.h LibJS: Force a semicolon after JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
ConservativeVector.cpp LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
ConservativeVector.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
DeferGC.h
GCPtr.h LibJSGCVerifier: Support marking GCPtr members as raw references 2024-04-06 06:59:36 +02:00
Handle.cpp
Handle.h
Heap.cpp LibJS: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
Heap.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
HeapBlock.cpp
HeapBlock.h LibJSGCVerifier: Support marking GCPtr members as raw references 2024-04-06 06:59:36 +02:00
HeapFunction.h LibJS: Allow JS::create_heap_function to accept a lambda 2024-01-27 21:40:25 -05:00
HeapRoot.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
Internals.h
MarkedVector.cpp
MarkedVector.h