index
:
palemoon-gre
master
Pale Moon [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
browser
/
devtools
/
debugger
/
test
/
code_ugly.js
blob: dc0d185005d3b19436118f86e53ddd23af6dab2e (
plain
)
1
2
3
function foo() { var a=1; var b=2; bar(a, b); } function bar(c, d) { debugger; } foo();