comparison: js/src/jit-test/tests/gc/bug-787703.js
js/src/jit-test/tests/gc/bug-787703.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| slow; |
|
2 |
|
3 eval(" function x() {}" + Array(241).join(" ")); |
|
4 for (var i = 0; i < 100; i++) { |
|
5 gczeal(4, 2); |
|
6 String(x); |
|
7 } |