comparison: js/src/jit-test/tests/basic/bug864099.js
js/src/jit-test/tests/basic/bug864099.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 a = (function() { |
|
3 with({}) var x, arguments, arguments |
|
4 })() |
|
5 |
|
6 b = (function() { |
|
7 with({}) { |
|
8 var x = Math, arguments |
|
9 ({ |
|
10 get: (1 for (x in [])), |
|
11 }) |
|
12 } |
|
13 })() |