summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug645985.js
blob: 7ba1a0386f958235423d7a44c038ef021e54c2c5 (plain)
1
2
3
4
5
function f(o) {
    o += "";
    o.hasOwnProperty("x");
}
f({});