1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug564619.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +// Binary: cache/js-dbg-32-a214b695dc7b-linux 1.5 +// Flags: -j 1.6 +// 1.7 +(function() { 1.8 + eval("\ 1.9 + function c() {\ 1.10 + for (var b = 0; b < 2; ++b) {\ 1.11 + print(this)\ 1.12 + }\ 1.13 + }\ 1.14 + c();\ 1.15 + c();\ 1.16 + ") 1.17 +})()