haikuwebkit/JSTests/stress/string-code-point-at-basic.js

5 lines
71 B
JavaScript

function test(string, index)
{
return string.codePointAt(index);
}