summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug1670236.js
blob: 35192c2b58f4756c44beb0ea3ffd79bf232fd54f (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this)
o0=r=/x/;
this.toString=(function() {
    evaluate("",({ element:o0 }));
})
oomTest(String.prototype.charCodeAt,{ keepFailing:true })