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 3f2882e commit 9c4d378Copy full SHA for 9c4d378
javascript/ql/lib/semmle/javascript/dataflow/internal/VariableCapture.qll
@@ -253,7 +253,7 @@ js::DataFlow::Node getNodeFromClosureNode(VariableCaptureOutput::ClosureNode nod
253
TValueNode(node.(VariableCaptureOutput::ParameterNode)
254
.getParameter()
255
.asLocalVariable()
256
- .getADeclaration()) // TODO: is this subsumed by the ExprNode case?
+ .getADeclaration())
257
or
258
result = TThisNode(node.(VariableCaptureOutput::ParameterNode).getParameter().asThisContainer())
259
0 commit comments