summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/cacheir/bug1483183.js
blob: ec95b52a9fd773e86b83b618a72bde4c044caae2 (plain)
1
2
3
4
5
6
7
8
if (!('stackTest' in this))
    quit();

stackTest(new Function(`
newGlobal({
  sameZoneAs: []
}).frame;
`));