index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devtools
/
client
/
debugger
/
test
/
mochitest
/
examples
/
times2.js
blob: 2d51ed87a82fe8593560238df505e65627d03b42 (
plain
)
1
2
3
module
.
exports
=
function
(
x
)
{
return
x
*
2
;
}