MCPcopy Index your code
hub / github.com/plotly/plotly.js / numberIsNaN

Function numberIsNaN

stackgl_modules/index.js:1520–1523  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1518 return obj instanceof type || obj != null && obj.constructor != null && obj.constructor.name != null && obj.constructor.name === type.name;
1519}
1520function numberIsNaN(obj) {
1521 // For IE11 support
1522 return obj !== obj; // eslint-disable-line no-self-compare
1523}
1524
1525// Create lookup table for `toString('hex')`
1526// See: https://github.com/feross/buffer/issues/219

Callers 3

fromObjectFunction · 0.85
bidirectionalIndexOfFunction · 0.85
hexWriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…