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

Module AbstractProperties

Import path

import semmle.javascript.dataflow.AbstractProperties

Classes

AbstractProperty

An abstract representation of a set of concrete properties, characterized by a base object (which is an abstract value for which properties are tracked) and a property name.

AbstractProtoProperty

An abstract representation of the __proto__ property of a function or class instance.