Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
davidot f102b56345 LibJS: Fix this_value in native setters and getters
This fixes getting values from double proxies:
var p = new Proxy(new Proxy([], {}), {});
p.length
2021-06-22 20:49:28 +01:00

47 KiB