summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug649017.js
blob: 62f2a63c7e8a5e10682fbfa99d34a293dab06e89 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error:TypeError

// Binary: cache/js-dbg-64-74a8fb1bbec5-linux
// Flags:
//
try {
  throw {toString: parseInt.call};
} catch(e) { e.toString(); }