<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192436): Inspector Hanging under tryParseDestructuringPatternExpression"
   href="https://bugs.webkit.org/show_bug.cgi?id=151324#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192436): Inspector Hanging under tryParseDestructuringPatternExpression"
   href="https://bugs.webkit.org/show_bug.cgi?id=151324">bug 151324</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>These seem like legit minor issues with the patch caught by inspector/runtime/parse.html:

<span class="quote">&gt; -PASS: Should be SyntaxErrorType Recoverable.
&gt; +FAIL: Should be SyntaxErrorType Recoverable.
&gt;  Source: var x = {prop:123,
&gt;                           ^</span >

<span class="quote">&gt; -PASS: Should be SyntaxErrorType Recoverable.
&gt; +FAIL: Should be SyntaxErrorType Recoverable.
&gt;  Source: var x = [1,
&gt;                    ^</span >

We expect the parser to be reporting that these are Recoverable syntax errors.</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>