qtil
advanced-security/qtil-javascript 0.0.3
Search

Predicate DataFlow::lvalueNode

Gets the data flow node corresponding the given l-value expression, if such a node exists.

This differs from DataFlow::valueNode(), which represents the value before the l-value is assigned to, whereas DataFlow::lvalueNode() represents the value after the assignment.

Import path

import semmle.javascript.dataflow.DataFlow
Node lvalueNode(BindingPattern lvalue)