<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">OK. I have filed a bug here:&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=166879" class="">https://bugs.webkit.org/show_bug.cgi?id=166879</a></div><br class=""><div><blockquote type="cite" class=""><div class="">On 10 Jan 2017, at 2:35 PM, Yusuke SUZUKI &lt;<a href="mailto:utatane.tea@gmail.com" class="">utatane.tea@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Nice, that's definitely a bug.<div class="">Could you file it to <a href="http://bugs.webkit.org/" class="">bugs.webkit.org</a>?</div></div><div class="gmail_extra"><br clear="all" class=""><div class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class="">Regards,<br class="">Yusuke Suzuki</div></div></div></div>
<br class=""><div class="gmail_quote">On Tue, Jan 10, 2017 at 3:31 PM, shuan zhao <span dir="ltr" class="">&lt;<a href="mailto:hszhsh@icloud.com" target="_blank" class="">hszhsh@icloud.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">My test code is as follows. When I run the code, I got the error “<b style="font-family:Menlo;font-size:11px" class="">Can't find private variable: @derivedConstructor</b>”. V8 is ok with the test code.<br class=""><div class=""><br class=""></div><div class=""><div class="">function doSomething(callback) {</div><div class="">&nbsp; &nbsp; callback();</div><div class="">}</div><div class=""><br class=""></div><div class="">class Test {</div><div class="">&nbsp; &nbsp; testFunc() {</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; doSomething(async () =&gt; {</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log("testFunc");</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await sleep(2);</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log("testFunc end");</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; });</div><div class="">&nbsp; &nbsp; }</div><div class="">}</div><div class=""><br class=""></div><div class="">let test = new Test();</div><div class="">test.testFunc();</div></div></div><br class="">______________________________<wbr class="">_________________<br class="">
jsc-dev mailing list<br class="">
<a href="mailto:jsc-dev@lists.webkit.org" class="">jsc-dev@lists.webkit.org</a><br class="">
<a href="https://lists.webkit.org/mailman/listinfo/jsc-dev" rel="noreferrer" target="_blank" class="">https://lists.webkit.org/<wbr class="">mailman/listinfo/jsc-dev</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>