js/src/jit-test/tests/jaeger/bug646495.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:62604d9bd115
1 function f() {
2 var x = 1;
3 var y;
4 if (x = y = Math) {}
5 }
6 f();

mercurial