MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isObject$1

Function isObject$1

libs/echarts/echarts.simple.js:693–698  ·  view source on GitHub ↗

* @memberOf module:zrender/core/util * @param {*} value * @return {boolean}

(value)

Source from the content-addressed store, hash-verified

691 * @return {boolean}
692 */
693function isObject$1(value) {
694 // Avoid a V8 JIT bug in Chrome 19-20.
695 // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.
696 var type = typeof value;
697 return type === 'function' || (!!value && type === 'object');
698}
699
700/**
701 * @memberOf module:zrender/core/util

Callers 15

mergeFunction · 0.70
animateToShallowFunction · 0.70
echarts.simple.jsFile · 0.70
LayerFunction · 0.70
drawBackgroundFunction · 0.70
mergeLayoutParamFunction · 0.70
detectSourceFormatFunction · 0.70
doGuessOrdinalFunction · 0.70
visitComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected