JS: mark globalFlowPred as internal

This commit is contained in:
Asger F
2019-02-26 09:56:22 +00:00
parent e9bc728919
commit 6b9157540b

View File

@@ -48,6 +48,8 @@ class AnalyzedNode extends DataFlow::Node {
AnalyzedNode localFlowPred() { result = getAPredecessor() }
/**
* INTERNAL. DO NOT USE.
*
* Gets another data flow node whose value flows into this node in a global step
* (this is, involving global variables).
*/