summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug639882.js
blob: 3f9f898a291ce7a8f3fd70f6eb0892964ad12b88 (plain)
1
2
3
4
5
var x = 2;
x = -(x == 3);

var y = "";
typeof(z) + typeof(eval("z = y"));