Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
string-from-char-code-slow.js
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
;