michael@0: // Don't crash. michael@0: michael@0: try { michael@0: x = " () "; michael@0: for (var y = 0; y < 19; y++) { michael@0: x += x; michael@0: } michael@0: } catch (e) {} michael@0: michael@0: try { michael@0: "".replace(x, "", "gy"); michael@0: } catch (e) { }