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

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

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