<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#c20">Comment # 20</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:ggaren&#64;apple.com" title="Geoffrey Garen &lt;ggaren&#64;apple.com&gt;"> <span class="fn">Geoffrey Garen</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=265765&amp;action=diff" name="attach_265765" title="Proposal for further reducing re-parsing">attachment 265765</a> <a href="attachment.cgi?id=265765&amp;action=edit" title="Proposal for further reducing re-parsing">[details]</a></span>
Proposal for further reducing re-parsing

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

This seems like a more efficient approach. Can you merge it into your previous patch and rebase to trunk?

<span class="quote">&gt; Source/JavaScriptCore/parser/Parser.cpp:2727
&gt; +    ExpressionErrorClassifier classification(this);</span >

Let's call this classifier to match its class name.

<span class="quote">&gt; Source/JavaScriptCore/parser/Parser.h:740
&gt; +    enum ErrorClass {</span >

Let's call this ExpressionErrorClass.

<span class="quote">&gt; Source/JavaScriptCore/parser/Parser.h:748
&gt; +            , m_outerClassifier(parser-&gt;m_errorClassifier)</span >

Let's call this m_previous.

<span class="quote">&gt; Source/JavaScriptCore/parser/Parser.h:759
&gt; +        void classifyError(ErrorClass classification)</span >

Let's call this classifyExpressionError.</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>