blob: dbb5b8fd75c6a1b8cf9e83edbf73127cdf65a3ec [file] [log] [blame]
function f(o) {
o[{}] = 1;
with(Object) {}
}
f(Object.prototype);