Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
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"
);