michael@0: // This should not crash (or assert in debug builds). michael@0: michael@0: (function () { michael@0: for (b in [0, 0]) { michael@0: (eval("\ michael@0: [this\ michael@0: for (b in [\ michael@0: [undefined],\ michael@0: arguments,\ michael@0: [undefined]\ michael@0: ])\ michael@0: ]\ michael@0: ")) michael@0: } michael@0: })()