File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
javascript/ql/src/semmle/javascript Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,9 @@ private module CollectionDataFlow {
159
159
* A step for a `for of` statement on a Map, Set, or Iterator.
160
160
* For Sets and iterators the l-value are the elements of the set/iterator.
161
161
* For Maps the l-value is a tuple containing a key and a value.
162
- *
163
- * This is partially duplicated behavior with the `for of` step for Arrays (in Arrays.qll).
164
- * This duplication is required for the type-tracking steps defined in `CollectionsTypeTracking`.
165
162
*/
163
+ // This is partially duplicated behavior with the `for of` step for Arrays (`ArrayDataFlow::ForOfStep`).
164
+ // This duplication is required for the type-tracking steps defined in `CollectionsTypeTracking`.
166
165
private class ForOfStep extends CollectionFlowStep , DataFlow:: ValueNode {
167
166
ForOfStmt forOf ;
168
167
DataFlow:: Node element ;
You can’t perform that action at this time.
0 commit comments