Skip to content
Snippets Groups Projects
Commit bb613fae authored by Christian Humer's avatar Christian Humer
Browse files

Hide lookupBuiltin behind a boundary.

parent bd7775bb
Branches
No related tags found
No related merge requests found
...@@ -464,6 +464,7 @@ public final class RContext extends ExecutionContext { ...@@ -464,6 +464,7 @@ public final class RContext extends ExecutionContext {
/** /**
* Return the {@link RFunction} for the builtin {@code name}. * Return the {@link RFunction} for the builtin {@code name}.
*/ */
@TruffleBoundary
public static RFunction lookupBuiltin(String name) { public static RFunction lookupBuiltin(String name) {
return builtinLookup.lookupBuiltin(name); return builtinLookup.lookupBuiltin(name);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment