Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca27b commit beaacf9Copy full SHA for beaacf9
1 file changed
javascript/ql/lib/semmle/javascript/internal/BasicBlockInternal.qll
@@ -37,7 +37,7 @@ private predicate entryBB(BasicBlock bb) { bb.getFirstNode() instanceof ControlF
37
private predicate exitBB(BasicBlock bb) { bb.getLastNode() instanceof ControlFlowExitNode }
38
39
cached
40
-private module Internal {
+private module Cached {
41
/**
42
* Holds if `succ` is a control flow successor of `nd` within the same basic block.
43
*/
@@ -100,7 +100,7 @@ private module Internal {
100
}
101
102
103
-private import Internal
+private import Cached
104
105
/** Gets the immediate dominator of `bb`. */
106
0 commit comments