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

Function isObject

test/lib/testHelper.js:3142–3147  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3140 }
3141
3142 function isObject(value) {
3143 // Avoid a V8 JIT bug in Chrome 19-20.
3144 // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.
3145 var type = typeof value;
3146 return type === 'function' || (!!value && type === 'object');
3147 }
3148
3149 function arrayIndexOf(arr, value) {
3150 if (arr.indexOf) {

Callers 9

replayInputsFunction · 0.70
setRangeInputStateFunction · 0.70
initSelectInputOptionsFunction · 0.70
setSelectInputStateFunction · 0.70
createGroupSetInputFunction · 0.70
setGroupSetInputStateFunction · 0.70
setButtonInputStateFunction · 0.70
buildBoundingRectsFunction · 0.70
createObjectHTMLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…