blob: 227ddfc2360472d177f6c23e22d2449e23ca3d8c [file] [log] [blame]
function testMethodInit() {
function o() {}
function k() {
for (i = 0; i < this.depth; ++i) {}
}
for (var i = 0; i < 10; i++)
(i) = {o: o, k: k};
}
testMethodInit();