summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug768732.js
blob: 5be491c691665c4c91292835cdc1655ed31a5ba1 (plain)
1
2
3
4
5
6
a = ''
b = []
a = b.concat(a)
Object.defineProperty(a, 3, {
  e: gczeal(4, 2)
})