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
/
new
/
test
/
mochitest
/
examples
/
simple2.js
blob: 40c280edfe9aca19cd2e9eea5c26a6a21a632936 (
plain
)
1
2
3
4
5
6
function foo(x, y) { function bar() { return x + y; } return bar; }