From: Jacek Caban Subject: Re: [PATCH 2/2] jscript: Implement Object.prototype.__proto__ property. Message-Id: Date: Tue, 24 Mar 2020 00:16:23 +0100 In-Reply-To: <20200323203010.3225249-2-whydoubt@gmail.com> References: <20200323203010.3225249-1-whydoubt@gmail.com> <20200323203010.3225249-2-whydoubt@gmail.com> Hi Jeff, On 23.03.2020 21:30, Jeff Smith wrote: > Signed-off-by: Jeff Smith > --- > 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