Sign in
webkit
/
WebKit
/
85181a9f7fe60c8e4576b27a7738d687d348828c
/
.
/
Source
/
JavaScriptCore
/
tests
/
es6
/
Math_methods_Math.log2.js
blob: a783eb84637aa8f0b2868c000bfd6192b9a15fc5 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Math
.
log2
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);