comparison: js/src/jit-test/tests/jaeger/bug585408.js
js/src/jit-test/tests/jaeger/bug585408.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 function a() {} |
|
3 a.e = a++ |
|
4 })() |
|
5 |
|
6 /* Don't assert. */ |
|
7 |