summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1300904.js
blob: 15e62ad81864a1d89610c3e5761de89ad0f2ebad (plain)
1
2
3
4
5
Object.getOwnPropertyNames(this);
oomTest(function() {
    this[0] = null;
    Object.freeze(this);
});