summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/saved-stacks/bug-1149495.js
blob: aedd7726d6efd43617d36a72a17f41927572198c (plain)
1
2
3
4
5
6
try {
  offThreadCompileScript('Error()', { lineNumber: (4294967295)});
  runOffThreadScript().stack;
} catch (e) {
  // Ignore "Error: Can't use offThreadCompileScript with --no-threads"
}