1 2 3 4 5 6 7 8 9
(function f() { let x = (new function() {}) this.__defineGetter__("x", function() { ({ e: x }) }) })(); print(x)