Class DataFlow::AdditionalFlowStep
A value-preserving data flow edge that should be used in all data flow configurations in addition to standard data flow edges.
This class is a singleton, and thus subclasses do not need to specify a characteristic predicate.
As an alternative to this class, consider using DataFlow::SummarizedCallable
.
Note: For performance reasons, all subclasses of this class should be part
of the standard library. Use isAdditionalFlowStep
for query-specific flow steps.
Import path
import javascript
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
jumpStep | Holds if |
readStep | Holds if the given |
step | Holds if |
storeStep | Holds if |