JS: Change type ValueNode -> Node

This commit is contained in:
Asger Feldthaus
2021-03-20 09:05:04 +00:00
parent ea8c8df653
commit f4a476ea4e

View File

@@ -182,7 +182,7 @@ private module CachedSteps {
*/
cached
predicate argumentPassing(
DataFlow::SourceNode invk, DataFlow::ValueNode arg, Function f, DataFlow::SourceNode parm
DataFlow::SourceNode invk, DataFlow::Node arg, Function f, DataFlow::SourceNode parm
) {
calls(invk, f) and
(