Skip to content

Commit

Permalink
Use getCallTargetOrNull
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 20, 2024
1 parent e22cb54 commit 0a16946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*TruffleSqueak-Utilities
callTarget
^ self vmObject ifNotNil: [ :c | c callTarget ]
^ self vmObject ifNotNil: [ :c | c getCallTargetOrNull ]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"callTarget" : "fn 7/8/2021 12:00" } }
"callTarget" : "fn 10/20/2024 13:19" } }

0 comments on commit 0a16946

Please sign in to comment.