blob: c08621178f1b71f179a401eee941569532de185c [file] [log] [blame]
ggaren@apple.com961dc372015-09-04 02:39:20 +00001function test() {
2
3return typeof Math.asinh === "function";
4
5}
6
7if (!test())
8 throw new Error("Test failed");
9