1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Userland/Libraries/LibJS/Heap
Andreas Kling 0de954e86b LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Passing a null cell pointer is not supported.
2021-05-25 18:39:01 +02:00
..
Allocator.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Allocator.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Cell.h LibJS: Make Cell::Visitor::visit_impl() take a Cell& 2021-05-25 18:39:01 +02:00
DeferGC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Handle.cpp LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 2021-05-17 19:53:00 +02:00
Handle.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Heap.cpp LibJS: Make Cell::Visitor::visit_impl() take a Cell& 2021-05-25 18:39:01 +02:00
Heap.h LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 2021-05-17 19:53:00 +02:00
HeapBlock.cpp LibJS: Replace Cell live bit with a cell state 2021-05-25 18:37:37 +02:00
HeapBlock.h LibJS: Replace Cell live bit with a cell state 2021-05-25 18:37:37 +02:00