We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72114a4 commit 32bcb18Copy full SHA for 32bcb18
javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
@@ -416,6 +416,7 @@ module AccessPath {
416
/**
417
* Gets a SourceNode that is accessed using the same access path as the input.
418
*/
419
+ pragma[inline]
420
DataFlow::SourceNode getAnAliasedSourceNode(DataFlow::Node node) {
421
exists(DataFlow::SourceNode root, string accessPath |
422
node = AccessPath::getAReferenceTo(root, accessPath) and
0 commit comments