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

Class DataFlow::PromisifiedUserFunctionArgumentFlow

A data flow step from arguments of promisified user-defined function calls to the parameters of the original function.

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

step

Holds if predsucc should be considered a value-preserving data flow edge.f

Inherited predicates

jumpStep

Holds if predsucc should be considered a value-preserving data flow edge that crosses calling contexts.

from AdditionalFlowStep
readStep

Holds if the given content of the object in pred should be read into succ.

from AdditionalFlowStep
storeStep

Holds if pred should be stored in the given content of the object succ.

from AdditionalFlowStep
toString

Gets a textual representation of this element.

from Unit