summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug647532.js
blob: 3c8bc3f404f45bfb1ff0042f8af2ca0f2ede38ce (plain)
1
2
3
4
try { Function("\
    __defineSetter__(\"x\",Object.keys)\
    (z=x instanceof[].some)\
")() } catch (e) { }