Source code
Revision control
Copy as Markdown
Other Tools
(function f() {
let x = (new function() {})
this.__defineGetter__("x", function() {
({
e: x
})
})
})();
print(x)
(function f() {
let x = (new function() {})
this.__defineGetter__("x", function() {
({
e: x
})
})
})();
print(x)