Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
JSTests
/
es6
/
Math_methods_Math.asinh.js
blob: c08621178f1b71f179a401eee941569532de185c [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Math
.
asinh
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);