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