Module CallGraph
Import path
import semmle.javascript.dataflow.internal.CallGraphsPredicates
| callgraphStep | Gets a reference to |
| getABoundFunctionReference | Gets a data flow node that refers to the result of the given partial function invocation, with |
| getACallee | Gets a possible callee of |
| getAFunctionReference | Gets a data flow node that refers to the given function. |
| getAFunctionValue | Gets the function referenced by |
| getAnAccessorCallee | Gets a getter or setter invoked as a result of the given property access. |
| getAnAllocationSiteRef | Gets a node that refers to the given object, via a limited form of type tracking. |
| impliedReceiverStep | Holds if |
| isIndefiniteGlobal | Holds if the type inferred for |