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
/
debugger
/
test
/
mochitest
/
code_ugly-8
blob: dc0d185005d3b19436118f86e53ddd23af6dab2e (
plain
)
1
2
3
function foo() { var a=1; var b=2; bar(a, b); } function bar(c, d) { debugger; } foo();