CodeQL library for JavaScript
codeql/javascript-all 0.6.2 ( changelog , source )
Search

Member predicate API :: Node :: getAParameter

Gets a node representing a parameter of the function represented by this node.

This predicate may result in a mix of parameters from different call sites in cases where there are multiple invocations of this API component. Consider using getAnInvocation() if there is a need to distingiush between individual calls.

Node getAParameter ( )