blob: 0ec96fc62040a651afc41c096dea8d364e98abb7 [file] [log] [blame]
Object.prototype[3] = 3
x = Array()
function f() {
for (i = 0; i < 9; i++) {
if (Object[x++] != 0) {}
}
}
f()