comparison: js/src/jit-test/tests/jaeger/recompile/bug673812.js
js/src/jit-test/tests/jaeger/recompile/bug673812.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 gczeal(2); |
|
2 try { |
|
3 DoWhile_3(); |
|
4 } catch (e) {} |
|
5 function f() { |
|
6 test(); |
|
7 yield 170; |
|
8 } |
|
9 function test() { |
|
10 function foopy() { |
|
11 try { |
|
12 for (var i in f()); |
|
13 } catch (e) {} |
|
14 } |
|
15 foopy(); |
|
16 gc(); |
|
17 } |
|
18 test(); |