Home
last modified time | relevance | path

Searched defs:mro_meta (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhv.h84 struct mro_meta { struct
86 HV *mro_linear_all;
90 SV *mro_linear_current;
91 HV *mro_nextmethod; /* next::method caching */
92 U32 cache_gen; /* Bumping this invalidates our method cache */
93 U32 pkg_gen; /* Bumps when local methods/@ISA change */
94 const struct mro_alg *mro_which; /* which mro alg is in use? */
95 HV *isa; /* Everything this class @ISA */
96 HV *super; /* SUPER method cache */
97 CV *destroy; /* DESTROY method if destroy_gen non-zero */
[all …]