summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug605011.js
blob: dde0e3103634945f612e2edafe28b161b7be006d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Binary: cache/js-dbg-32-47a8311cf0bb-linux
// Flags:
//
function g(x, n) {
  for (var i = 0; i < n; ++i) {
    x = {
      a: x
    };
  }
  return x;
}
try {
  d = g(0, 672);
} catch(exc1) {}
(function() {
  try {
    gczeal(2)(JSON.stringify(this))
  } catch(exc2) {}
})()