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