69a44500
by Francis De Brabandere at 2026-05-05T11:02:50-04:00
vbscript: Return the script class name from TypeName() on a class instance.
Native VBScript's TypeName() returns the class name (e.g. "EmptyClass")
for instances of script-defined classes; wine returned the generic
"Object" string. Add a vbdisp_class_name() helper that pulls the name
out of the vbdisp_t -> class_desc_t chain when the IDispatch is one of
ours, and consult it before the ITypeInfo path in Global_TypeName.