js/src/jit-test/tests/basic/testBug663789-1.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:64b6265b93f5
1 function f() {
2 a = arguments;
3 return a[0] - a[1];
4 }
5
6 [1,2,3,4].sort(f);

mercurial