1 2 3 4 5 6 7 8 9 10
// |jit-test| error: ReferenceError this.__defineSetter__("x", function () {}) try { this.__defineGetter__("d", (Function("x"))) } catch (e) {} d print(delete x) throw d