private final BranchProfile useDefaultProfile = new BranchProfile();
public GetIndexNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);
eqlNode = new DispatchHeadNode(context);
yield = new YieldDispatchHeadNode(context);
}