<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 parsing of Async Functions"
   href="https://bugs.webkit.org/show_bug.cgi?id=161409#c42">Comment # 42</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Implement parsing of Async Functions"
   href="https://bugs.webkit.org/show_bug.cgi?id=161409">bug 161409</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=289447&amp;action=diff" name="attach_289447" title="Async Function Parsing v6 + Copy-edit the build-jsc help message changes">attachment 289447</a> <a href="attachment.cgi?id=289447&amp;action=edit" title="Async Function Parsing v6 + Copy-edit the build-jsc help message changes">[details]</a></span>
Async Function Parsing v6 + Copy-edit the build-jsc help message changes

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

<span class="quote">&gt;&gt; Tools/Scripts/build-jsc:211
&gt;&gt; +            if ($featureEnabled != $_-&gt;{default}) {
&gt; 
&gt; For string, we need to use ne instead of !=. This causes warnings.</span >

Not just warnings, incorrect behavior! Using != causes it to do a numeric comparison, not a string one. For example, (&quot;ON&quot; != &quot;OFF&quot;) is false because both strings have a numeric value of 0.</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>