JS: address review comment

This commit is contained in:
Esben Sparre Andreasen
2019-02-26 10:07:00 +01:00
parent ab1b1c1431
commit 9511bdf6ae

View File

@@ -54,8 +54,10 @@ private predicate exposedAsReceiver(DataFlow::SourceNode n) {
}
/**
* A source that is entirely local, i.e. the dataflow library models all of its flow.
* 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.
*
* All uses of this node are modeled by `this.flowsTo(_)` and related predicates.
*/
class LocalObject extends DataFlow::SourceNode {
LocalObject() {