Searched refs:xhv_class_superclass (Results 1 – 5 of 5) sorted by relevance
379 aux->xhv_class_superclass = NULL; in Perl_class_setup_stash()518 if(aux->xhv_class_superclass) in apply_class_attribute_isa()556 aux->xhv_class_superclass = (HV *)SvREFCNT_inc(superstash); in apply_class_attribute_isa()676 if(aux->xhv_class_superclass) { in Perl_class_seal_stash()677 HV *superstash = aux->xhv_class_superclass; in Perl_class_seal_stash()
140 HV *xhv_class_superclass; /* STASH of the :isa() base class */ member
2346 SvREFCNT_dec(aux->xhv_class_superclass); in Perl_hv_undef_flags()
14576 daux->xhv_class_superclass = hv_dup_inc(saux->xhv_class_superclass, param);
28 HV *xhv_class_superclass;39 C<xhv_class_superclass> will be C<NULL> for a class with no superclass. It