Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ public Object getIndex(VirtualFrame frame, DynamicObject matchData, Object index
return getIndex(matchData, toIntNode.doInt(frame, index), NotProvided.INSTANCE);
}

@CompilerDirectives.TruffleBoundary
@TruffleBoundary
@Specialization(guards = "isIntegerFixnumRange(range)")
public Object getIndex(DynamicObject matchData, DynamicObject range, NotProvided len) {
final Object[] values = Layouts.MATCH_DATA.getValues(matchData);

0 comments on commit 46f8aac

Please sign in to comment.