We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fba5e4 commit 9c5f3e9Copy full SHA for 9c5f3e9
javascript/ql/lib/semmle/javascript/dataflow/Configuration.qll
@@ -2043,11 +2043,9 @@ private class BarrierGuardFunction extends Function {
2043
// ad hoc support for conjunctions:
2044
getALogicalAndParent(guard) = returnExpr and guardOutcome = true
2045
or
2046
- // getALogicalAndOperand+(returnExpr) = guard.asExpr() and guardOutcome = true
2047
// ad hoc support for disjunctions:
2048
getALogicalOrParent(guard) = returnExpr and guardOutcome = false
2049
|
2050
- // getALogicalOrOperand+(returnExpr) = guard.asExpr() and guardOutcome = false
2051
exists(SsaExplicitDefinition ssa |
2052
ssa.getDef().getSource() = returnExpr and
2053
ssa.getVariable().getAUse() = getAReturnedExpr()
0 commit comments