mirror of
https://github.com/github/codeql.git
synced 2026-05-10 17:29:26 +02:00
autoformat
This commit is contained in:
@@ -833,9 +833,7 @@ module TaintTracking {
|
||||
override EqualityTest astNode;
|
||||
|
||||
TypeOfCheck() {
|
||||
exists(StringLiteral str, TypeofExpr typeof |
|
||||
astNode.hasOperands(str, typeof)
|
||||
|
|
||||
exists(StringLiteral str, TypeofExpr typeof | astNode.hasOperands(str, typeof) |
|
||||
str.getValue() = "undefined" and
|
||||
typeof.getOperand() = x
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user