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