comparison: js/src/jit-test/tests/ion/bug938431.js
js/src/jit-test/tests/ion/bug938431.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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 }) |