<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this"
   href="https://bugs.webkit.org/show_bug.cgi?id=144956#c51">Comment # 51</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this"
   href="https://bugs.webkit.org/show_bug.cgi?id=144956">bug 144956</a>
              from <span class="vcard"><a class="email" href="mailto:saambarati1&#64;gmail.com" title="Saam Barati &lt;saambarati1&#64;gmail.com&gt;"> <span class="fn">Saam Barati</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144956#c48">comment #48</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=256376&amp;action=diff" name="attach_256376" title="Patch">attachment 256376</a> <a href="attachment.cgi?id=256376&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=256376&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=256376&amp;action=review</a>
&gt; 
&gt; &gt;&gt; Source/JavaScriptCore/runtime/JSArrowFunction.cpp:101
&gt; &gt;&gt; +    // visitor.append(&amp;thisObject-&gt;m_arrowFunction);
&gt; &gt; 
&gt; &gt; This should be fixed.
&gt; 
&gt; I can't reproduce this bug now :(. Possible it was fixed somewhere else.
&gt; 
&gt; &gt;&gt; Source/JavaScriptCore/runtime/JSArrowFunction.h:69
&gt; &gt;&gt; +    const static unsigned StructureFlags = OverridesHasInstance | Base::StructureFlags;
&gt; &gt; 
&gt; &gt; Looks like you're reporting the wrong things here.
&gt; &gt; It should have OverridesVisitChildren and it looks like it should
&gt; &gt; not have OverridesHasInstance. 
&gt; &gt; 
&gt; &gt; Let's see if that fixes GC issues.
&gt; 
&gt; I've removed OverridesHasInstance but I didn't find OverridesVisitChildren
&gt; method.  Anyway it doesn't raise exception with now. Possible it was bug
&gt; somewhere else.</span >
Yes. I don't think that exists anymore. I saw that flag on an old repository
on github while on my phone.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>