<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (beween r186927 and r186963): defining a strict arrow function will cause a crash"
   href="https://bugs.webkit.org/show_bug.cgi?id=147105">147105</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>REGRESSION (beween r186927 and r186963): defining a strict arrow function will cause a crash
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebCore JavaScript
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>claude.pache&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=257086" name="attach_257086" title="testcase: defining strict arrow function (will crash on load)">attachment 257086</a> <a href="attachment.cgi?id=257086&amp;action=edit" title="testcase: defining strict arrow function (will crash on load)">[details]</a></span>
testcase: defining strict arrow function (will crash on load)

Running the following JS code will produce a crash:

    () =&gt; { 'use strict' }

* r186927: no crash
* r186963 or later: crash</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>