comparison: js/src/jit-test/tests/ion/bug936361.js
js/src/jit-test/tests/ion/bug936361.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 if (typeof ParallelArray === "undefined") |
|
2 quit(); |
|
3 |
|
4 x = ParallelArray([1942], function() {}) |
|
5 x + watch.call(x, "length", (function() {})); |