summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug740442.js
blob: 37333b8f8ddd79f9f63ea0a860e7580a1b7cdbfd (plain)
1
2
3
4
5
6
7
8
9
10
function g1() {}
function g2() 
function Int8Array () {}   
function f1(other) {
    eval("gc(); h = g1");
    for(var i=0; i<20; i++) {
        i = i.name;
    }
}
f1(g2);