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

Module EventRegistration

Import path

import javascript

Classes

DefaultEventRegistration

A default implementation of an EventRegistration. The default implementation assumes that this is a DataFlow::InvokeNode where the first argument is a string describing which channel is registered, and the second argument is the event handler callback.

Range

A registration of an event handler on an EventEmitter.