summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/saved-stacks/bug-1149495.js
blob: 996f606f13b838244cc63cd30b9bc54e5b0f9c37 (plain)
1
2
3
4
5
6
7
try {
  offThreadCompileToStencil('Error()', { lineNumber: (4294967295)});
  var stencil = finishOffThreadStencil();
  evalStencil(stencil).stack;
} catch (e) {
  // Ignore "Error: Can't use offThreadCompileToStencil with --no-threads"
}