michael@0: // Binary: cache/js-dbg-32-00c7a320165b-linux michael@0: // Flags: -m -n michael@0: // michael@0: michael@0: test(); michael@0: function test() { michael@0: schedulegc(100); michael@0: var o = { __proto__: function(){} }; michael@0: for (var j = 0; j < 30000; ++j) { try { o.call(3); } catch (e) { } } michael@0: }