1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug487563.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +// Binary: cache/js-dbg-64-86c8e18f20eb-linux 1.5 +// Flags: 1.6 +// 1.7 +try { 1.8 + !(Iterator(( 1.9 + eval("\ 1.10 + (function(){\ 1.11 + (function a() { \ 1.12 + new function(){\ 1.13 + __iterator__ = a\ 1.14 + }\ 1.15 + }\ 1.16 + )(); \ 1.17 + return this\ 1.18 + })") 1.19 + )())) 1.20 +} catch(e) {}