Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
es6
/
Math_methods_Math.fround.js
blob: 1186ea97b4854d5609a232c4262747b66e21d2d5 [
file
] [
log
] [
blame
] [
edit
]
function
test
()
{
return
typeof
Math
.
fround
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);