Skip to content
Snippets Groups Projects
Commit 19669e02 authored by Adam Welc's avatar Adam Welc
Browse files

Slow path should use freshly retrieved function.

parent 0aa343a2
Branches
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ public abstract class UpdateSlot extends RBuiltinNode {
checkAtAssignmentCall.call(frame, args);
} else {
// slow path
RContext.getEngine().evalFunction(checkSlotAssignFunction, frame.materialize(), objClass, name, valClass);
RContext.getEngine().evalFunction(currentFunction, frame.materialize(), objClass, name, valClass);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment