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