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