comparison: js/src/jit-test/tests/jaeger/recompile/bug658209.js
js/src/jit-test/tests/jaeger/recompile/bug658209.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 for (var i=0; i<20; i++) { |
|
2 (function () { |
|
3 var x; |
|
4 (function () { |
|
5 x = /abc/; |
|
6 x++; |
|
7 gc(); |
|
8 })(); |
|
9 })(); |
|
10 } |