File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ module API {
122122 * Although one may think of API graphs as a tool to find certain program elements in the codebase,
123123 * it can lead to some situations where intuition does not match what works best in practice.
124124 */
125+ overlay [ local?]
125126 class Node extends Impl:: TApiNode {
126127 /**
127128 * Get a data-flow node where this value may flow after entering the current codebase.
@@ -1571,9 +1572,11 @@ module API {
15711572 }
15721573
15731574 private module Stage1Input implements StageInputSig {
1575+ overlay [ caller]
15741576 pragma [ inline]
15751577 predicate isAdditionalUseRoot ( Node node ) { none ( ) }
15761578
1579+ overlay [ caller]
15771580 pragma [ inline]
15781581 predicate isAdditionalDefRoot ( Node node ) { none ( ) }
15791582
You can’t perform that action at this time.
0 commit comments