bug767961.js (76B)
1 function C() { 2 this.x = this[this.y = "foo"]--; 3 } 4 5 // Don't crash. 6 new C;