summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/asm.js/testBug907085.js
blob: fb35331dfb08b40096af6bb74f4ce402115e8629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
try {
    s.e
} catch (e) {}
o = o = s2 = /x/
for (let e in []);
x = s2
schedulegc(21)
eval("x.e=x.t")
try {
    (function() {
        this.eval("\
            (function(stdlib,fgn,heap) {\
                \"use asm\";\
                var Vie = new stdlib.Float64Array(heap);\
                var Iew = new stdlib.Int8Array(heap);\
                function f(){\
                    ent\
                }\
            })()\
        ")
    })()
} catch (e) {}