MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isTypedArray

Function isTypedArray

libs/echarts/echarts.simple.js:714–716  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

712 * @return {boolean}
713 */
714function isTypedArray(value) {
715 return !!TYPED_ARRAY[objToString.call(value)];
716}
717
718/**
719 * @memberOf module:zrender/core/util

Callers 5

echarts.simple.jsFile · 0.70
detectSourceFormatFunction · 0.70
prepareSourceFunction · 0.70
doGuessOrdinalFunction · 0.70
processSeriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected