comparison: js/src/jit-test/tests/basic/testBug740442.js
js/src/jit-test/tests/basic/testBug740442.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function g1() {} |
|
2 function g2() |
|
3 function Int8Array () {} |
|
4 function f1(other) { |
|
5 eval("gc(); h = g1"); |
|
6 for(var i=0; i<20; i++) { |
|
7 i = i.name; |
|
8 } |
|
9 } |
|
10 f1(g2); |