Skip to content

Commit

Permalink
JS: Override getBasicBlock() for DataFlow::ApplyArgumentNode
Browse files Browse the repository at this point in the history
  • Loading branch information
yuske committed Sep 7, 2021
1 parent fa3b19f commit e070e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,8 @@ module DataFlow {
) {
arrayArgument.hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
}

override BasicBlock getBasicBlock() { result = call.getBasicBlock() }
}

/**
Expand Down

0 comments on commit e070e55

Please sign in to comment.