summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/saved-stacks/bug-1260712.js
blob: 5b1319cd17f0b1a1678dee2b7cb279332ab1b3f0 (plain)
1
2
3
4
5
6
7
low = high = newGlobal({
  principal: 5
})
high.low = low
high.eval("function a() { return saveStack(1, low) }")
set = eval("high.a()")
serialize(set)