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
@@ -798,7 +798,7 @@ public InstanceOfNode(InstanceOfNode prev) {
super(prev);
}

@SlowPath
@TruffleBoundary
@Specialization
public boolean instanceOf(Object self, RubyClass rubyClass) {
// TODO(CS): fast path

0 comments on commit afbde81

Please sign in to comment.