summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1335619.js
blob: 574fa1fcc5634505a0be4ad9b507886e17c94173 (plain)
1
2
3
4
5
6
7
8
9
10
11
// jsfunfuzz-generated
x = [];
y = x.push(Set, 1);
Array.prototype.shift.call(x);
// Adapted from randomly chosen test: js/src/tests/ecma_5/String/match-defines-match-elements.js
Object.defineProperty(Array.prototype, 1, {
    set: function() {}
})
// jsfunfuzz-generated
Array.prototype.splice.call(x, 3, {}, y);
new Set(x);