1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug600889.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +// Binary: cache/js-dbg-64-98c134cf59ef-linux 1.5 +// Flags: -j 1.6 +// 1.7 +uneval = function(){} 1.8 +Function("\ 1.9 + function zz(aa) {\ 1.10 + if (aa) this.a = decodeURIComponent;\ 1.11 + gc();\ 1.12 + delete this.a\ 1.13 + }\ 1.14 + for each(c in [0, 0, 0, 0, 0, 0, 0, new Boolean(false), \ 1.15 + 0, new Boolean(false), new Boolean(false), \"\"]) {\ 1.16 + l=new zz(c)\ 1.17 + }\ 1.18 +")()