Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
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"
);
}