comparison: js/src/jit-test/tests/ion/bug911707.js
js/src/jit-test/tests/ion/bug911707.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| ion-eager |
|
2 x = [ "CNY", "TWD", "invalid" ]; |
|
3 Object.freeze(x).map(function() { |
|
4 x.length = 6 |
|
5 }) |