()
| 21288 | target.attachEvent("on" + eventName, processElementEvent); |
| 21289 | } else { |
| 21290 | var processObjectEvent = function() { |
| 21291 | var args = []; |
| 21292 | for(var _i = 0; _i < arguments.length; _i++)args[_i] = arguments[_i]; |
| 21293 | if (_this._isDisposed) return; |
| 21294 | return callback.apply(parent_1, args); |
| 21295 | }; |
| 21296 | eventRecord.objectCallback = processObjectEvent; |
| 21297 | } |
| 21298 | // Remember the record locally, so that it can be removed. |
nothing calls this directly
no outgoing calls
no test coverage detected