michael@0: // There's no assertEq() here; the test is just that it doesn't crash. michael@0: (function () { michael@0: new function () {} michael@0: }()); michael@0: [function () {}] michael@0: gc() michael@0: for (z = 0; z < 6; ++z) { michael@0: x = [] michael@0: } michael@0: for (w in [0]) { michael@0: x._ = w michael@0: } michael@0: gc() michael@0: