- 
378a07ae
 by Gabriel Ivăncescu   at 2024-09-18T22:41:38+02:00 
 mshtml: Use designated initializers for function_dispex.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
d626c4cc
 by Gabriel Ivăncescu   at 2024-09-18T22:41:38+02:00 
 mshtml: Move formatting of the builtin func disp string to a helper.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
734113b1
 by Gabriel Ivăncescu   at 2024-09-18T22:41:38+02:00 
 mshtml: Implement retrieving the builtin method props for the legacy function objects.
They are actual stubs even on native (but avoid throwing when retrieving
them, even if unused).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
19b009f3
 by Gabriel Ivăncescu   at 2024-09-18T22:41:44+02:00 
 jscript: Use proper dispatch flags to retrieve the enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
4ddacdcb
 by Gabriel Ivăncescu   at 2024-09-18T22:41:44+02:00 
 jscript: Use deferred fill-in if available to fill the exception info.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
7562e535
 by Gabriel Ivăncescu   at 2024-09-18T22:41:44+02:00 
 mshtml/tests: Add more host object related tests for IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
a7ab7149
 by Gabriel Ivăncescu   at 2024-09-18T22:41:44+02:00 
 mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy function object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
 
- 
d9104997
 by Gabriel Ivăncescu   at 2024-09-18T22:41:48+02:00 
 jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>