Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
JSTests
/
stress
/
string-from-char-code-255.js
blob: a631fb4420be59acd6206d994ac56fa02d873c49 [
file
] [
log
] [
blame
]
for
(
var
i
=
0
;
i
<=
1e6
;
++
i
)
{
if
(
String
.
fromCharCode
(
0xff
)
!=
'\u00ff'
)
throw
new
Error
(
"out"
);
}