Files
ladybird/Userland/Libraries/LibJS/Runtime/WeakMapConstructor.cpp
Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get()
Object::get() never returns an empty value anymore, as per the spec, so
having a value_or() fallback is no longer needed.
2021-07-05 00:03:25 +02:00

2.8 KiB