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