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.
@@ -1576,9 +1577,11 @@ module API {
15761577 }
15771578
15781579 private module Stage1Input implements StageInputSig {
1580+ overlay [ caller]
15791581 pragma [ inline]
15801582 predicate isAdditionalUseRoot ( Node node ) { none ( ) }
15811583
1584+ overlay [ caller]
15821585 pragma [ inline]
15831586 predicate isAdditionalDefRoot ( Node node ) { none ( ) }
15841587
You can’t perform that action at this time.
0 commit comments