comparison: js/src/jit-test/tests/basic/bug864099.js
js/src/jit-test/tests/basic/bug864099.js
- changeset 0
- 6474c204b198
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 })() |