Files
ladybird/Libraries/LibWeb/IndexedDB/Internal/Algorithms.cpp
Sam Atkins 598172d096 LibWeb/IndexedDB: Store Key's key-array value as a HeapVector
This reduces it to one GC::Root instead of one per element, but also
will make it easier to replace that Root with a Ref when needed in the
next commit.
2026-02-17 07:40:03 -05:00

108 KiB