qtil
advanced-security/qtil-javascript 0.0.3
Search

Module EventDispatch

Import path

import semmle.javascript.frameworks.EventEmitter

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.