Sign in
cobalt
/
cobalt
/
4db9f13a160f367210321ab353f1fd251699bffb
/
.
/
third_party
/
devtools
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
blob: cb8631dca6c00e507c1146b8400c09c5369835c0 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
isNaN
(
a
)
{
return
a
!==
a
;
};