Alexandre Julliard pushed to branch master at wine / wine
Commits: 11aaa6cf by Gabriel Ivăncescu at 2025-11-20T10:56:21-06:00 jscript: Do existing prop lookups for external props only on objects with volatile props.
And for non-volatile objects, don't even use them to store new props; instead just create normal jscript props.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
16 changed files:
- dlls/jscript/dispex.c - dlls/jscript/jscript.h - dlls/jscript/jsdisp.idl - dlls/mshtml/htmlcurstyle.c - dlls/mshtml/htmldoc.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlelemcol.c - dlls/mshtml/htmlform.c - dlls/mshtml/htmlframe.c - dlls/mshtml/htmlnode.c - dlls/mshtml/htmlselect.c - dlls/mshtml/htmlstorage.c - dlls/mshtml/htmlstyle.c - dlls/mshtml/htmlstylesheet.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/11aaa6cf2ee193615004ea5d58da9c0...