comparison: js/src/jit-test/tests/jaeger/bug549398.js
js/src/jit-test/tests/jaeger/bug549398.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function () { |
|
2 eval("\ |
|
3 for(var z = 0 ; z < 2 ; ++z) {\ |
|
4 this\ |
|
5 }\ |
|
6 ", ([1,2,3])) |
|
7 })() |
|
8 |
|
9 /* Don't crash. */ |
|
10 |