Skip to content

Commit df44ba9

Browse files
committed
testing performance
1 parent c7fc1ef commit df44ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ module DataFlow {
16031603
pred = cls.getADirectSuperClass*().getAReceiverNode().getAPropertyWrite(prop).getRhs()
16041604
or
16051605
// add support for writes on nested properties
1606-
pred = cls.getADirectSuperClass*().getAReceiverNode().getAPropertyRead(prop) and
1606+
pred = cls.getAReceiverNode().getAPropertyRead(prop) and
16071607
pred = any(DataFlow::PropRef ref).getBase()
16081608
or
16091609
pred = cls.getInstanceMethod(prop)

0 commit comments

Comments
 (0)