-
39d6b0da
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Add initial constructor implementation.
-
ee6849c3
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Store vtbl in dispex_data_t.
-
43d37fef
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Split ensure_dispex_info.
-
3e86904a
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Factor out init_dispatch_from_desc.
-
83b0639e
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Add initial support for MSHTML prototype objects.
-
1b1af9f5
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Don't expose prototype properties directly from object instances.
-
637b488b
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Store name in dispex_data_t.
-
f9844211
by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Use proper prototype names.
-
6f94e2c6
by Jacek Caban at 2024-08-02T22:07:22+02:00
jscript: Allow using MSHTML constructors in instanceof expressions.