The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: browser/devtools/debugger/test/code_ugly-2.js
browser/devtools/debugger/test/code_ugly-2.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:abb72b6eae03
1
function main2() { var a = 1 + 3; var b = a++; return b + a; }