Sign in
webkit
/
WebKit
/
c162694e7d683619825c77f9e578fb1a1458a04d
/
.
/
JSTests
/
es6
/
Math_methods_Math.asinh.js
blob: c08621178f1b71f179a401eee941569532de185c [
file
] [
log
] [
blame
]
ggaren@apple.com
961dc37
2015-09-04 02:39:20 +0000
[
diff
] [
blame
]
1
function
test
()
{
2
3
return
typeof
Math
.
asinh
===
"function"
;
4
5
}
6
7
if
(!
test
())
8
throw
new
Error
(
"Test failed"
);
9