Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
HRESULT (*init_constructor)(HTMLInnerWindow*,DispatchEx**); dispex_data_t *info_cache[COMPAT_MODE_CNT]; dispex_data_t *prototype_info[COMPAT_MODE_CNT - COMPAT_MODE_IE9];
- dispex_data_t *constructor_info[COMPAT_MODE_CNT - COMPAT_MODE_IE9];
Do we need it for something other than the name? For the name, it seems much easier to add `get_name()` to `dispex_static_data_vtbl_t` and just use it in `dispex_to_string`. It wouldn't cover debug traces, but that that may be even an advantage.