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