summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1247909.js
blob: 2ec956f367b4896ba728711a752a1cb9c74974f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| --ion-pruning=on;

function test() {
  foo(startTest("", c(""),
    test([{ 0 : c(), 0 : toString("", c(), [], tab([])) }])
  ));
  function f() {};
}

try {
  test();
} catch(e) {}