summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug911707.js
blob: 86f61f2fea72a5ff9890e49db8379f148d7cd3c1 (plain)
1
2
3
4
5
// |jit-test| --ion-eager
x = [ "CNY", "TWD", "invalid" ];
Object.freeze(x).map(function() {
    x.length = 6
})