js/src/jit-test/tests/jaeger/recompile/bug639882.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:cf979e0a1081
1 var x = 2;
2 x = -(x == 3);
3
4 var y = "";
5 typeof(z) + typeof(eval("z = y"));

mercurial