blob: 23972434d98e6d18db20639f12207c6d12429128 [file] [log] [blame]
function foo() {
for (var c in b) {
if (b.hasOwnProperty(c)) {
var e = b[c];
c = "str";
}
}
}
try {
foo();
} catch { }