Skip to content

Commit 6b91575

Browse files
committed
JS: mark globalFlowPred as internal
1 parent e9bc728 commit 6b91575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/src/semmle/javascript/dataflow/TypeInference.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class AnalyzedNode extends DataFlow::Node {
4848
AnalyzedNode localFlowPred() { result = getAPredecessor() }
4949

5050
/**
51+
* INTERNAL. DO NOT USE.
52+
*
5153
* Gets another data flow node whose value flows into this node in a global step
5254
* (this is, involving global variables).
5355
*/

0 commit comments

Comments
 (0)