The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: js/src/jit-test/tests/ion/bug886243.js
js/src/jit-test/tests/ion/bug886243.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:341c9c7dd89c
1
function f(x)
2
{
3
if (Math.imul(0xffffffff, x)) {
4
return -x;
5
}
6
return 1;
7
}
8
f(0);
9
f(0);