Skip to content

Commit f4a476e

Browse files
committed
JS: Change type ValueNode -> Node
1 parent ea8c8df commit f4a476e

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow/internal

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private module CachedSteps {
182182
*/
183183
cached
184184
predicate argumentPassing(
185-
DataFlow::SourceNode invk, DataFlow::ValueNode arg, Function f, DataFlow::SourceNode parm
185+
DataFlow::SourceNode invk, DataFlow::Node arg, Function f, DataFlow::SourceNode parm
186186
) {
187187
calls(invk, f) and
188188
(

0 commit comments

Comments
 (0)