Skip to content

Commit 9511bdf

Browse files
author
Esben Sparre Andreasen
committed
JS: address review comment
1 parent ab1b1c1 commit 9511bdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

javascript/ql/src/semmle/javascript/dataflow/LocalObjects.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ private predicate exposedAsReceiver(DataFlow::SourceNode n) {
5454
}
5555

5656
/**
57-
* A source that is entirely local, i.e. the dataflow library models all of its flow.
58-
* All uses of the node are modeled by `this.flowsTo(_)` and related predicates.
57+
* An object that is entirely local, in the sense that the dataflow
58+
* library models all of its flow.
59+
*
60+
* All uses of this node are modeled by `this.flowsTo(_)` and related predicates.
5961
*/
6062
class LocalObject extends DataFlow::SourceNode {
6163
LocalObject() {

0 commit comments

Comments
 (0)