CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (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)