mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Revert "Update javascript/ql/src/semmle/javascript/Expr.qll"
This reverts commit 78407f85ee.
This commit is contained in:
@@ -201,7 +201,7 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
|
||||
or
|
||||
// recursive cases
|
||||
this = ctx.(ParExpr).getExpression() and
|
||||
ctx.inNullSensitiveContext()
|
||||
ctx.(ParExpr).inNullSensitiveContext()
|
||||
or
|
||||
this = ctx.(SeqExpr).getLastOperand() and
|
||||
ctx.(SeqExpr).inNullSensitiveContext()
|
||||
|
||||
Reference in New Issue
Block a user