comparison: js/src/jit-test/tests/parallel/surfaces-3.js
js/src/jit-test/tests/parallel/surfaces-3.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // ParallelArray objects are frozen. |
|
2 |
|
3 // FIXME(bug 844988) immutability not enforced |
|
4 // if (getBuildConfiguration().parallelJS) assertEq(Object.isFrozen(new ParallelArray), true); |