summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug798819.js
blob: 1a602bb6bae6f29702192717d08efe1980b11156 (plain)
1
2
3
4
5
6
7
8
9
10
if (!this.gcPreserveCode)
    gcPreserveCode = function() {};
this.toString = (function() {
  x.filter(function() {})
});
x = [0, 0, 0, 0, 0, 0, 0];
gcPreserveCode()
print(this)
gc();
this + ''