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