blob: 1d4d65246a9dd6887d31658803a0045f24e17256 [file] [log] [blame]
a = []
function f(o) {
o[5] = {}
}
for (var i = 0; i < 20; i++) {
with(a) f(a)
}