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
/
testBug663789-1.js
blob: 4fdc262b5147ac636f153f8357eb50270ab45e1a (
plain
)
1
2
3
4
5
6
function f() { a = arguments; return a[0] - a[1]; } [1,2,3,4].sort(f);