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_same-line-functions.js
blob: 60a6c6ab1591b13ddc5d5896ad58e2ff35f00c75 (
plain
)
1
function first() { var a = "first"; second(); function second() { var a = "second"; } }