comparison: js/src/jit-test/tests/ion/bug938431.js
js/src/jit-test/tests/ion/bug938431.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 if (typeof ParallelArray === "undefined") |
|
2 quit(); |
|
3 |
|
4 function x() {} |
|
5 ParallelArray(3385, function(y) { |
|
6 Object.defineProperty([], 8, { |
|
7 e: (y ? x : Math.fround(1)) |
|
8 }) |
|
9 }) |