blob: df16a0d5395b8d4ff188cff3d810b92d516f27dd [file] [log] [blame]
// Binary: cache/js-dbg-32-9ca0a738a8ad-linux
// Flags:
//
x = ({
x: /x/
})
x.p = []
Object.defineProperty(x, "x", {
writable: ""
})
for (b in [[], null, [undefined]]) {
function f(a) {
delete a.x
a.x = Infinity
}
for each(z in [x]) {
f(z)
}
}