comparison: js/src/jit-test/tests/jaeger/bug767961.js
js/src/jit-test/tests/jaeger/bug767961.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function C() { |
|
2 this.x = this[this.y = "foo"]--; |
|
3 } |
|
4 |
|
5 // Don't crash. |
|
6 new C; |