blob: 20d91d64262311be11dd1d3cddb49d7de3e5f9d5 [file] [log] [blame] [edit]
var result = (function() {
var result;
for (var i = 0; i < testLoopCount; ++i)
result = String.fromCharCode(1000);
return result
})();
if (result != "Ϩ")
throw "Error: bad result: " + result;