mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
96600e77c2
We have the right conversions to make this work, so let's make it possible to have a `HashMap<JS::Handle<T>, V>` and look for a specific T inside it without having to create a temporary handle. This involves adding some operator== implementations, and some specializations of AK::Traits. |
||
---|---|---|
.. | ||
BlockAllocator.cpp | ||
BlockAllocator.h | ||
Cell.cpp | ||
Cell.h | ||
CellAllocator.cpp | ||
CellAllocator.h | ||
DeferGC.h | ||
GCPtr.h | ||
Handle.cpp | ||
Handle.h | ||
Heap.cpp | ||
Heap.h | ||
HeapBlock.cpp | ||
HeapBlock.h | ||
HeapFunction.h | ||
HeapRootTypeOrLocation.h | ||
Internals.h | ||
MarkedVector.cpp | ||
MarkedVector.h |