summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug767961.js
blob: b5516bd01e6a60f289043389e979ca718caea960 (plain)
1
2
3
4
5
6
function C() {
  this.x = this[this.y = "foo"]--;
}

// Don't crash.
new C;