<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JS Built-ins functions should be able to assert"
   href="https://bugs.webkit.org/show_bug.cgi?id=150333#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JS Built-ins functions should be able to assert"
   href="https://bugs.webkit.org/show_bug.cgi?id=150333">bug 150333</a>
              from <span class="vcard"><a class="email" href="mailto:youennf&#64;gmail.com" title="youenn fablet &lt;youennf&#64;gmail.com&gt;"> <span class="fn">youenn fablet</span></a>
</span></b>
        <pre>One potential implementation is to insert in js built-ins code such as &#64;assert(boolean_expression...).

The built-in js generator would remove these lines in release mode.
In debug mode, they might insert lines such as &#64;assert(boolean_expression &quot;boolean_expression&quot;) or if(boolean_expression) &#64;wtfCrash(&quot;boolean_expression&quot;).</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>