comparison: js/src/jit-test/tests/parallel/bug977900.js
js/src/jit-test/tests/parallel/bug977900.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 if (!getBuildConfiguration().parallelJS) |
|
2 quit(); |
|
3 |
|
4 function chooseMax(a, b) { return a>b?a:b;}; |
|
5 var a = [1,2].scatterPar([0,0], -1, chooseMax); |