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
/
js
/
src
/
jit-test
/
tests
/
basic
/
testBug783441.js
blob: 088ecc8b176d89e5b10c4386353a15e8df5f3aca (
plain
)
1
assertEq((function(x, y, x) { return (function() x+y)(); })(1,2,5), 7);