For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if there is a flow step from pred to succ through parameter passing to a function call.
pred
succ
import semmle.javascript.dataflow.internal.FlowSteps
predicate callStep(Node pred, Node succ)