blob: 89b22679c68481270b87762a02a51ff8fa6ee5ae [file] [log] [blame]
let z = {}
z.__proto__ = []
for (let i = 0; i < 1000000; i++) {
for (let x of ['', z]) {
for (let y of x) {}
}
}