<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope"
   href="https://bugs.webkit.org/show_bug.cgi?id=150752#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope"
   href="https://bugs.webkit.org/show_bug.cgi?id=150752">bug 150752</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>(In reply to <a href="show_bug.cgi?id=150752#c13">comment #13</a>)
<span class="quote">&gt; 
&gt; &gt; LayoutTests/inspector/debugger/js-stacktrace-expected.txt:22
&gt; &gt; -        &quot;functionName&quot;: &quot;Eval Code&quot;,
&gt; &gt; +        &quot;functionName&quot;: &quot;Global Code&quot;,
&gt; 
&gt; Why is this one title case…?
&gt; 
&gt; &gt; LayoutTests/inspector/debugger/js-stacktrace-expected.txt:43
&gt; &gt; -        &quot;functionName&quot;: &quot;eval code&quot;,
&gt; &gt; +        &quot;functionName&quot;: &quot;global code&quot;,
&gt; 
&gt; … and this one isn't?</span >

The title case is our localized strings constructed from the stack trace (WebInspector.StackTrace / WebInspector.CallFrame). The lowercase is what JavaScriptCore actually produces in error callstacks. I'll take a look to see if we are missing a place where we can be providing the better strings.


(In reply to <a href="show_bug.cgi?id=150752#c14">comment #14</a>)
<span class="quote">&gt; Are the EWS sadness relevant?</span >

Yes, but that is just a single http/inspector test that needs to be rebaselined.</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>