Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e961c commit 9e60042Copy full SHA for 9e60042
1 file changed
javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll
@@ -994,12 +994,6 @@ predicate mayBenefitFromCallContext(DataFlowCall call) { none() }
994
*/
995
DataFlowCallable viableImplInCallContext(DataFlowCall call, DataFlowCall ctx) { none() }
996
997
-bindingset[node1, node2]
998
-pragma[inline_late]
999
-private predicate sameContainer(Node node1, Node node2) {
1000
- node1.getContainer() = node2.getContainer()
1001
-}
1002
-
1003
bindingset[node, fun]
1004
pragma[inline_late]
1005
private predicate sameContainerAsEnclosingContainer(Node node, Function fun) {
0 commit comments