in reply to Re^2: how get stash name of SV?
in thread how to get stash name of SV?

I suspect that the choice of name for that field is related to how Perl 5 objects are implemented internally: an object uses some package (internally represented as a "stash", which is a hash storing typeglobs) as its vtable. Perl does not really have classes as distinct objects, so the name SvSTASH doubtless made perfect sense when the feature was added to what became Perl 5.