index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devtools
/
client
/
framework
/
test
/
code_ugly.js
blob: ccf8d5488f58f7e84c83938ee1c798bd53adf595 (
plain
)
1
2
3
function foo() { var a=1; var b=2; bar(a, b); } function bar(c, d) { return c - d; } foo();