Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
JSTests
/
es6
/
String_static_methods_String.fromCodePoint.js
blob: bbd36007ecc135c190274c6295b9232adc548cf0 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
String
.
fromCodePoint
===
'function'
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);