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