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

Class DataFlow::ContentSet

An entity that represents the set of Contents being accessed at a read or store operation.

Import path

import javascript

Direct supertypes

Predicates

asPropertyName

Gets the property name to be accessed, provided that this is a singleton content set.

asSingleton

Gets the singleton content to be accessed.

getAReadContent

Gets a content that may be read from when reading from this set.

getAStoreContent

Gets a content that may be stored into when storing into this set.

toString

Gets a string representation of this content set.