blob: 3a74a13390ab3d2360efbadbc46d72207a45d6cd [file] [log] [blame]
o = {}
for (let i = 0; i < 70; i++) {
try {
p
} catch (e) {}
(function() {
for (x in Iterator.prototype) {}
})()
o.__proto__ = null
delete o.__proto__
}