michael@0: function e() { michael@0: try { michael@0: var t = undefined; michael@0: } catch (e) { } michael@0: while (t) michael@0: continue; michael@0: } michael@0: for (var i = 0; i < 20; i++) michael@0: e();