Skip to content

Commit

Permalink
Function.getName() needs to be behind boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jan 24, 2025
1 parent 0c6deda commit 05dce8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public RootCallTarget getCallTarget() {
/**
* @return the name of this function.
*/
@TruffleBoundary
public String getName() {
return getCallTarget().getRootNode().getName();
}
Expand Down

0 comments on commit 05dce8f

Please sign in to comment.