Module DynamicPropertyAccess
Provides classes for working with dynamic property accesses.
Import path
import semmle.javascript.DynamicPropertyAccessImports
| javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Predicates
| dynamicPropReadStep | Holds if |
| getAnEnumeratedArrayElement | Gets a node that refers to an element of |
Classes
| DynamicPropRead | A dynamic property access that is not obviously an array access. |
| EnumeratedPropName | A data flow node that refers to the name of a property obtained by enumerating the properties of some object. |