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 843fce4 commit fedf8fcCopy full SHA for fedf8fc
javascript/ql/lib/semmle/javascript/GlobalAccessPaths.qll
@@ -268,7 +268,7 @@ module AccessPath {
268
)
269
}
270
271
- /** A module for computing an access to a variable that happens after a write to that same variable */
+ /** A module for computing an access to a variable that happens after a property has been written onto it */
272
private module GetLaterAccess {
273
/**
274
* Gets an access to a variable that is written to in `write`, where the access is after the write.
0 commit comments