summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1055219.js
blob: 421aa55ae3b1adcdc26bef9e9338463571b1a45f (plain)
1
2
3
4
5
gczeal(13);
function A() {};
A.prototype = [];
function B() {};
B.prototype = new A();