MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / fire

Method fire

src/common/overlay/levelRenderer/Clip.js:106–112  ·  view source on GitHub ↗
(eventType, arg)

Source from the content-addressed store, hash-verified

104 }
105
106 fire(eventType, arg) {
107 for (var i = 0, len = this._targetPool.length; i < len; i++) {
108 if (this['on' + eventType]) {
109 this['on' + eventType](this._targetPool[i], arg);
110 }
111 }
112 }
113
114}

Callers 15

stepMethod · 0.95
cordova-2.7.0.jsFile · 0.45
DeviceFunction · 0.45
finishPluginLoadingFunction · 0.45
_fireMethod · 0.45
initializeMapMethod · 0.45
_sendMapToUserMethod · 0.45
initializeMapMethod · 0.45
_createMapMethod · 0.45
_createMVTBaseLayerMethod · 0.45
_initBaseLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected