1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/basic/bug864099.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 + 1.5 +a = (function() { 1.6 + with({}) var x, arguments, arguments 1.7 +})() 1.8 + 1.9 +b = (function() { 1.10 + with({}) { 1.11 + var x = Math, arguments 1.12 + ({ 1.13 + get: (1 for (x in [])), 1.14 + }) 1.15 + } 1.16 +})()