blob: e7eeac13732b3e59ec540f75fbef051f75bb89f1 [file] [log] [blame]
function foo(x, y) {
for (var i = 0; i < 1e7; i++) {
x[y] += i;
}
}
foo({})