comparison: js/src/jit-test/tests/basic/bug643169.js
js/src/jit-test/tests/basic/bug643169.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 for(var i=0; i<3; i++) { |
|
2 var x; |
|
3 function ff() {} |
|
4 with(this) {} |
|
5 x; |
|
6 x = true; |
|
7 } |