We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b1bfc commit ea6d3bdCopy full SHA for ea6d3bd
javascript/ql/src/semmle/javascript/dataflow/internal/CallGraphs.qll
@@ -59,7 +59,10 @@ module CallGraph {
59
60
/**
61
* Gets a reference to `function` type-tracked by `t`.
62
- * Only considers callgraph specific steps.
+ *
63
+ * This only includes steps that aren't included in ordinary type-tracking.
64
+ * For example, this steps from a method definition to an access on an instance, but
65
+ * does not step through access paths, as those are included in type-tracking already.
66
*/
67
cached
68
DataFlow::SourceNode callgraphStep(DataFlow::FunctionNode function, DataFlow::TypeTracker t) {
0 commit comments