<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#c13">Comment # 13</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:timothy@apple.com" title="Timothy Hatcher <timothy@apple.com>"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=278235&action=diff" name="attach_278235" title="[PATCH] Proposed Fix">attachment 278235</a> <a href="attachment.cgi?id=278235&action=edit" title="[PATCH] Proposed Fix">[details]</a></span>
[PATCH] Proposed Fix
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=278235&action=review">https://bugs.webkit.org/attachment.cgi?id=278235&action=review</a>
I'll let someone on the JSC team do the final review.
<span class="quote">> LayoutTests/inspector/debugger/js-stacktrace-expected.txt:22
> - "functionName": "Eval Code",
> + "functionName": "Global Code",</span >
Why is this one title case…?
<span class="quote">> LayoutTests/inspector/debugger/js-stacktrace-expected.txt:43
> - "functionName": "eval code",
> + "functionName": "global code",</span >
… and this one isn't?
<span class="quote">> Source/JavaScriptCore/inspector/InjectedScriptSource.js:528
> + // When not evaluating on a call frame, we evaluate as a program
> + // with the Command Line API as a scope extension object.
> + var result = InjectedScriptHost.evaluateWithScopeExtension(expression, commandLineAPI);
> + if (saveResult)
> + this._saveResult(result);
> + return result;</span >
Nice! Too bad the while paused code is still so nasty.</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>