mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
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.