mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: address review comment
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user