michael@0: // Binary: cache/js-dbg-32-6cd262091470-linux michael@0: // Flags: -j michael@0: // michael@0: a = evalcx("lazy"); michael@0: b = {} michael@0: b.__proto__ = a michael@0: a.__proto__ = String michael@0: for (var a = 0; a < 50; a++) { michael@0: try { michael@0: b + "" michael@0: } catch (e) {} michael@0: }