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

Predicate Make::Private::summaryAllowParameterReturnInSelf

Holds if flow is allowed to pass from the parameter at position pos of c, to a return node, and back out to the parameter.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate summaryAllowParameterReturnInSelf(SummarizedCallable c, ParameterPosition ppos)