Files
ladybird/Libraries/LibJS/Runtime/ProxyObject.cpp
Linus Groh 48c19cdb06 LibJS: Remove ProxyPrototype
Proxy is an "exotic object" and doesn't have its own prototype. Use the
regular object prototype instead, but most stuff is happening on the
target object anyway. :^)
2020-12-01 09:54:37 +01:00

21 KiB