summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap
AgeCommit message (Expand)Author
2021-03-28LibJS: Fix m_allocations_since_last_gc initialization valueLinus Groh
2021-03-21LibJS: Always inline Cell::vm() and Cell::heap()Andreas Kling
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-13LibJS: Add some basic freelist validation for the GC heapAndreas Kling
2021-02-12LibJS: Randomize GC heap block locationsAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling