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