Skip to content

Commit

Permalink
Ruby: Adopt shared SSA data-flow integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed Jul 4, 2024
1 parent 12e11b2 commit 615f2a2
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,7 @@ private module TrackSingletonMethodOnInstanceInput implements CallGraphConstruct
singletonMethodOnInstance(_, _, nodeFromPreExpr.getExpr())
)
|
nodeFromPreExpr =
LocalFlow::getParameterDefNode(p.getParameter()).getDefinitionExt().getARead()
nodeFromPreExpr = getParameterDef(p.getParameter()).getARead()
or
nodeFromPreExpr = p.(SelfParameterNodeImpl).getSelfDefinition().getARead()
)
Expand Down
Loading

0 comments on commit 615f2a2

Please sign in to comment.