mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02:00
JavaScript: Autoformat.
This commit is contained in:
@@ -160,7 +160,8 @@ where
|
||||
) and
|
||||
// exclude results from non-value definitions from `Object.defineProperty`
|
||||
(
|
||||
assign1 instanceof CallToObjectDefineProperty implies
|
||||
assign1 instanceof CallToObjectDefineProperty
|
||||
implies
|
||||
assign1.(CallToObjectDefineProperty).hasPropertyAttributeWrite("value", _)
|
||||
)
|
||||
select assign1.getWriteNode(),
|
||||
|
||||
Reference in New Issue
Block a user