michael@0: function C() { michael@0: this.x = this[this.y = "foo"]--; michael@0: } michael@0: michael@0: // Don't crash. michael@0: new C;