Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
/* Used by objects that want to delay their compat mode initialization until actually needed */ HTMLInnerWindow *(*get_script_global)(DispatchEx*);
- dispex_static_data_t *(*get_dispex_data)(DispatchEx*);
Could we just extend `get_script_global` instead? Other than document objects, it's used only for windows anyways.