Andreas Kling
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 年 前 |
Idan Horowitz
|
1a8ee5d8d7
LibJS: Generify the garbage collector's weak container notifications
|
4 年 前 |
Idan Horowitz
|
a00d154522
LibJS: Notify WeakSets when heap cells are sweeped
|
4 年 前 |
Linus Groh
|
e7bfd34ea7
LibJS: Add dbgln() to Heap::allocator_for_size() before crashing
|
4 年 前 |
Andrew Kaster
|
81a5dcde84
LibJS: Expose minimum possible cell size of JS::Heap
|
4 年 前 |
Andreas Kling
|
9b699bad94
LibJS: Rename Allocator => CellAllocator
|
4 年 前 |
Andreas Kling
|
cfe3895991
LibJS: Fix broken dbgln_if(HEAP_DEBUG)
|
4 年 前 |
Andreas Kling
|
2de9139532
LibJS: Fix clang-tidy warnings about redundant types in Heap.cpp
|
4 年 前 |
Andreas Kling
|
47a4b2ba9f
LibJS: Make Value::as_cell() return a Cell&
|
4 年 前 |
Andreas Kling
|
0de954e86b
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
|
4 年 前 |
Andreas Kling
|
789d20ebb7
LibJS: Replace Cell live bit with a cell state
|
4 年 前 |
Andrew Kaster
|
f90a19ba4c
LibJS: Make sure all allocators are 8-byte aligned
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Linus Groh
|
87a43fa87c
LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'
|
4 年 前 |
Hendiadyoin1
|
c0c4e99c74
LibJS: Use dbgln_if in Heap.cpp
|
4 年 前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年 前 |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 年 前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |