MCPcopy
hub / github.com/apache/echarts / isObject

Function isObject

test/lib/facePrint.js:102–107  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

100 }
101
102 function isObject(value) {
103 // Avoid a V8 JIT bug in Chrome 19-20.
104 // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.
105 var type = typeof value;
106 return type === 'function' || (!!value && type == 'object');
107 }
108
109})();

Callers 15

facePrint.jsFile · 0.70
normalizeUpdateOptFunction · 0.50
constructorMethod · 0.50
_updatePositionMethod · 0.50
_initDataMethod · 0.50
buildAxisLabelFunction · 0.50
setOptionMethod · 0.50
showLoadingMethod · 0.50
dispatchActionMethod · 0.50
EChartsClass · 0.50
registerActionFunction · 0.50
normalizeRegisterFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…