summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1300904.js
blob: fb02778d0719e61f875bf279a0114045328c1d9b (plain)
1
2
3
4
5
6
7
if (!('oomTest' in this))
    quit();
Object.getOwnPropertyNames(this);
oomTest(function() {
    this[0] = null;
    Object.freeze(this);
});