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/bug905986.js
js/src/jit-test/tests/ion/bug905986.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:ff35f04ef60e
1
function testPartition() {
2
if(0.1 || new testPartition()) {}
3
}
4
testPartition();