Sign in
webkit
/
WebKit
/
56b894cf3d88d931dd6ddc67d6c4d9e352030ab4
/
.
/
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"
);