ladybird/Userland/Libraries/LibJS/Heap
MacDue 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators
Even if the pointer value is const, the value they point to is not
necessarily const, so these functions should not add the qualifier.

This also removes the redundant non-const implementations of these
operators.
2022-11-19 14:37:31 +00:00
..
BlockAllocator.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
BlockAllocator.h
Cell.h LibJS: Only use 1 bit for Cell boolean flag 2022-10-24 19:37:36 +02:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
GCPtr.h LibJS+LibWeb: Return non-const types from Ptr class operators 2022-11-19 14:37:31 +00:00
Handle.cpp LibJS: Make Handle<T> more user-friendly 2022-09-03 00:36:26 +02:00
Handle.h LibJS+LibWeb: Return non-const types from Ptr class operators 2022-11-19 14:37:31 +00:00
Heap.cpp LibJS: Add Cell::must_survive_garbage_collection() mechanism 2022-10-24 18:06:55 +02:00
Heap.h LibJS: Add Cell::must_survive_garbage_collection() mechanism 2022-10-24 18:06:55 +02:00
HeapBlock.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
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