blob: c86f41ceb7994c084246db935b6dc73f865bcfdc [file] [log] [blame]
verifyprebarriers()
x = []
function z() {}
Object.defineProperty(x, 2, {
value: z
})
gczeal(2, 2)
y = x.slice(2)
y.e = (function() {})