CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Module EventDispatch

Import path

import javascript

Classes

DefaultEventDispatch

A default implementation of an EventDispatch. The default implementation assumes that the dispatch is a DataFlow::InvokeNode, where the first argument is a string describing the channel, and the i+1 argument is the ith item sent to the event handler.

Range

A dispatch of an event on an EventEmitter.