<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@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <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">>
> > LayoutTests/inspector/debugger/js-stacktrace-expected.txt:22
> > - "functionName": "Eval Code",
> > + "functionName": "Global Code",
>
> Why is this one title case…?
>
> > LayoutTests/inspector/debugger/js-stacktrace-expected.txt:43
> > - "functionName": "eval code",
> > + "functionName": "global code",
>
> … 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">> 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>