summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1335643.js
blob: 5ee61b060338fdb18a1987d328c19bedcc76d395 (plain)
1
2
3
4
5
low = high = newGlobal({})
high.low = low
high.eval("function a() { return saveStack(1, low) }")
set = eval("high.a()")
serialize(set)