Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
JSTests
/
es6
/
Number_properties_Number.EPSILON.js
blob: b10b238931256db302d3c6b03e37f2ccce0d449d [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Number
.
EPSILON
===
'number'
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);