Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit beaacf9

Browse files
committed
JS: Rename Internal -> Cached since whole file is internal now
1 parent 3fca27b commit beaacf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/lib/semmle/javascript/internal/BasicBlockInternal.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private predicate entryBB(BasicBlock bb) { bb.getFirstNode() instanceof ControlF
3737
private predicate exitBB(BasicBlock bb) { bb.getLastNode() instanceof ControlFlowExitNode }
3838

3939
cached
40-
private module Internal {
40+
private module Cached {
4141
/**
4242
* Holds if `succ` is a control flow successor of `nd` within the same basic block.
4343
*/
@@ -100,7 +100,7 @@ private module Internal {
100100
}
101101
}
102102

103-
private import Internal
103+
private import Cached
104104

105105
/** Gets the immediate dominator of `bb`. */
106106
cached

0 commit comments

Comments
 (0)