js/src/jit-test/tests/ion/bug798819.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:690a7d4c30ee
1 if (!this.gcPreserveCode)
2 gcPreserveCode = function() {};
3 this.toString = (function() {
4 x.filter(function() {})
5 });
6 x = [0, 0, 0, 0, 0, 0, 0];
7 gcPreserveCode()
8 print(this)
9 gc();
10 this + ''

mercurial