summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug781855.js
blob: d061f8520933080b9b5aa0f01ba34a1759e491df (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-32-b5ae446888f5-linux
// Flags: -m -n -a
//

var Constr = function( ... property)  {};
Constr.prototype = [];
var c = new Constr();
c.push(5);
gc();
function enterFunc() {}
evaluate('enterFunc (c.length);');