ladybird/Userland/Libraries/LibJS/Heap
Ali Mohammad Pur 5407fe8fcf LibJS: Make Handle<Value>::is_null() also consider the contained value
Previously this would've said `make_handle(Value(1234))` is null, as it
did not contain a cell (but rather a plain Value), which made throwing
primitives spin forever in BC mode.
2022-04-05 11:46:48 +02:00
..
BlockAllocator.cpp Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
BlockAllocator.h Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
Cell.h DevTools+LibJS+LibWeb: Change class_name to use StringView 2022-03-19 00:20:46 +00:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
Handle.cpp
Handle.h LibJS: Make Handle<Value>::is_null() also consider the contained value 2022-04-05 11:46:48 +02:00
Heap.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Heap.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HeapBlock.cpp
HeapBlock.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MarkedVector.cpp
MarkedVector.h