summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/heap-analysis/bug-1252912.js
blob: 409ef59006697fe18336311f4a0301e5576bc2d0 (plain)
1
2
3
4
5
6
try {
  x = evalcx('')
  toSource = (function() {
  })
} catch (foo) {}
shortestPaths(["$4"], {start: this, maxNumPaths: 5})