We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252f805 commit f7c42caCopy full SHA for f7c42ca
javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
@@ -463,9 +463,9 @@ module AccessPath {
463
(path = fromRhs(result, root) or result = root.getAPropertyWrite(path)) and
464
type = AccessPathWrite()
465
}
466
-
+
467
/**
468
- * Gets a basic-block where the access path defined by `root` and `path` is written to.
+ * Gets a basic-block where the access path defined by `root` and `path` is written to.
469
* And a read to the same access path exists.
470
*/
471
private ReachableBasicBlock getAWriteBlock(Root root, string path) {
0 commit comments