blob: ca3b5284ef38de946baaedd37115bee086fe6721 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
var result = (function() {
var result;
for (var i = 0; i < 10000000; ++i)
result = String.fromCharCode(32);
return result
})();
if (result != " ")
throw "Error: bad result: " + result;