bug617171.js (91B)
1 var a = 6; 2 Object.defineProperty(this, "a", {writable: false}); 3 a = 7; 4 assertEq(a, 6);