Andreas Kling 8a727abd23 LibJS: Move Heap intrusive list manipulation inline 1 year ago
..
BlockAllocator.cpp 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2 years ago
BlockAllocator.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
Cell.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Cell.h 469aea5a5b AK+LibJS: Introduce `JS::HeapFunction` 1 year ago
CellAllocator.cpp e2d154c74d LibJS: Use default instead of an empty constructor/destructor 3 years ago
CellAllocator.h 145eeb57ab Userland: Remove a bunch of unnecessary Vector imports 3 years ago
DeferGC.h 87e063db65 LibJS: Make GC deferral friendship based 1 year ago
GCPtr.h 66645cdc94 LibJS+LibWeb: Mark `NonnullGCPtr::ptr()` as `returns_nonnull` 1 year ago
Handle.cpp 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 year ago
Handle.h 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 year ago
Heap.cpp 8a727abd23 LibJS: Move Heap intrusive list manipulation inline 1 year ago
Heap.h 8a727abd23 LibJS: Move Heap intrusive list manipulation inline 1 year ago
HeapBlock.cpp 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell 2 years ago
HeapBlock.h 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell 2 years ago
HeapFunction.h c46ce53ce3 LibJS: Declare HeapFunction::function() with [[nodiscard]] 1 year ago
HeapRoot.h 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 year ago
Internals.h 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell 2 years ago
MarkedVector.cpp a863363b06 LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + Value 3 years ago
MarkedVector.h 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 year ago