mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Javascript: Autoformat.
This commit is contained in:
@@ -57,7 +57,7 @@ predicate postDominatedPropWrite(
|
||||
*/
|
||||
bindingset[name]
|
||||
predicate maybeAccessesProperty(Expr e, string name) {
|
||||
(e.(PropAccess).getPropertyName() = name and e instanceof RValue)
|
||||
e.(PropAccess).getPropertyName() = name and e instanceof RValue
|
||||
or
|
||||
// conservatively reject all side-effects
|
||||
e.isImpure()
|
||||
|
||||
Reference in New Issue
Block a user