blob: 7ba1a0386f958235423d7a44c038ef021e54c2c5 [file] [log] [blame]
function f(o) {
o += "";
o.hasOwnProperty("x");
}
f({});