<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] implement async functions proposal"
   href="https://bugs.webkit.org/show_bug.cgi?id=156147#c51">Comment # 51</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] implement async functions proposal"
   href="https://bugs.webkit.org/show_bug.cgi?id=156147">bug 156147</a>
              from <span class="vcard"><a class="email" href="mailto:caitp&#64;igalia.com" title="Caitlin Potter (:caitp) &lt;caitp&#64;igalia.com&gt;"> <span class="fn">Caitlin Potter (:caitp)</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=276150&amp;action=diff" name="attach_276150" title="Patch">attachment 276150</a> <a href="attachment.cgi?id=276150&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=276150&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=276150&amp;action=review</a>

<span class="quote">&gt; Source/JavaScriptCore/runtime/RuntimeFlags.h:35
&gt; +    macro(AsyncAwaitEnabled, &quot;es7-async-await&quot;, false)</span >

This stuff is added to be able to enable the flag individually in jsc.cpp --- might be better to just mark it as &quot;enabled&quot; so that jsc uses the experimental flag always. But it seems like it gives the wrong impression. &quot;createAllEnabled()&quot; should probably be more like &quot;createAllExperimental()&quot; or something, since it's only used by jsc, and only makes sense for jsc. If that's preferred, let me know</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>