ladybird/Tests/LibGC
Luke Wilde 369ed74bd1 LibGC: Add a Variant overload to Cell::Visitor
This requires the Variant to contain at least one visitable type.
For example, requiring them all to be visitable wouldn't allow types
such as `Variant<Empty, GC::Ref<Document>>`.
2026-05-15 08:51:17 +02:00
..
CMakeLists.txt LibGC: Only allow visitable types for Visitor's container helpers 2026-05-15 08:51:17 +02:00
TestGCContainers.cpp LibGC: Add tests for GC containers 2026-05-07 13:00:52 +02:00
TestGCVisitor.cpp LibGC: Add a Variant overload to Cell::Visitor 2026-05-15 08:51:17 +02:00