[PATCH 2/2] jscript: Implement Object.prototype.__proto__ property.

Jacek Caban jacek at codeweavers.com
Mon Mar 23 18:16:23 CDT 2020


Hi Jeff,

On 23.03.2020 21:30, Jeff Smith wrote:
> Signed-off-by: Jeff Smith<whydoubt at gmail.com>
> ---
>   dlls/jscript/object.c    | 59 +++++++++++++++++++++++++++++++++++++++-
>   dlls/mshtml/tests/es5.js | 33 +++++++++++++++++++++-
>   2 files changed, 90 insertions(+), 2 deletions(-)


Unfortunately much more need more work will be needed before we can do 
that, our current code depends on constant prototype pretty deeply. See 
PROP_PROTREF in dispex.c for an example.


Thanks,

Jacek




More information about the wine-devel mailing list