Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey
Let's not require people to use PropertyNameTraits everywhere when we
can just specialize AK::Traits<JS::PropertyKey> instead. :^)
2021-10-24 17:18:09 +02:00

46 KiB