1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/asm.js/testBug907085.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +try { 1.5 + s.e 1.6 +} catch (e) {} 1.7 +o = o = s2 = /x/ 1.8 +for (let e in []); 1.9 +x = s2 1.10 +schedulegc(21) 1.11 +eval("x.e=x.t") 1.12 +try { 1.13 + (function() { 1.14 + this.eval("\ 1.15 + (function(stdlib,fgn,heap) {\ 1.16 + \"use asm\";\ 1.17 + var Vie = new stdlib.Float64Array(heap);\ 1.18 + var Iew = new stdlib.Int8Array(heap);\ 1.19 + function f(){\ 1.20 + ent\ 1.21 + }\ 1.22 + })()\ 1.23 + ") 1.24 + })() 1.25 +} catch (e) {}