VM_CALL_SUPER    5283 compile.c      		  new_callinfo(iseq, 0, argc, flag | VM_CALL_SUPER | VM_CALL_FCALL, keywords, parent_block != NULL),
VM_CALL_SUPER    1343 iseq.c         		if (ci->flag & VM_CALL_SUPER) rb_ary_push(flags, rb_str_new2("SUPER"));
VM_CALL_SUPER    1791 vm_insnhelper.c     if (ci->flag & VM_CALL_SUPER) stat |= MISSING_SUPER;