Source code

Revision control

Copy as Markdown

Other Tools

(function f() {
let x = (new function() {})
this.__defineGetter__("x", function() {
({
e: x
})
})
})();
print(x)