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

Member predicate API :: Node :: refersTo

Holds if this node may take its value from that node.

In other words, the value of a use of that may flow into the right-hand side of a definition of this node.

predicate refersTo ( Node that )