We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1b1c1 commit 9511bdfCopy full SHA for 9511bdf
javascript/ql/src/semmle/javascript/dataflow/LocalObjects.qll
@@ -54,8 +54,10 @@ private predicate exposedAsReceiver(DataFlow::SourceNode n) {
54
}
55
56
/**
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.
+ * An object that is entirely local, in the sense that the dataflow
+ * library models all of its flow.
59
+ *
60
+ * All uses of this node are modeled by `this.flowsTo(_)` and related predicates.
61
*/
62
class LocalObject extends DataFlow::SourceNode {
63
LocalObject() {
0 commit comments