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