Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
string-code-point-at-basic.js
blob: 19ba44a1550094b5c5fbb00373bba434f3d0be20 [
file
] [
log
] [
blame
]
function
test
(
string
,
index
)
{
return
string
.
codePointAt
(
index
);
}