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 b13e614 commit 55e7b22Copy full SHA for 55e7b22
javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
@@ -161,9 +161,7 @@ class InvokeNode extends DataFlow::SourceNode {
161
}
162
163
pragma[noinline]
164
- private ObjectLiteralNode getOptionsArgument(int i) {
165
- result.flowsTo(getArgument(i))
166
- }
+ private ObjectLiteralNode getOptionsArgument(int i) { result.flowsTo(getArgument(i)) }
167
168
/** Gets an abstract value representing possible callees of this call site. */
169
final AbstractValue getACalleeValue() { result = getCalleeNode().analyze().getAValue() }
0 commit comments