summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug640608.js
blob: 1c5c3c81067318f0f98e8ea76b7b78b853b77890 (plain)
1
2
3
4
5
6
7
8
9
10
try {
{
    function x() {}
}
o = (0).__proto__;
function f(o) {
    o._("", function() {})
}
f(o)
} catch (e) {}