<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&#64;apple.com" title="Timothy Hatcher &lt;timothy&#64;apple.com&gt;"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=278235&amp;action=diff" name="attach_278235" title="[PATCH] Proposed Fix">attachment 278235</a> <a href="attachment.cgi?id=278235&amp;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&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=278235&amp;action=review</a>

I'll let someone on the JSC team do the final review.

<span class="quote">&gt; LayoutTests/inspector/debugger/js-stacktrace-expected.txt:22
&gt; -        &quot;functionName&quot;: &quot;Eval Code&quot;,
&gt; +        &quot;functionName&quot;: &quot;Global Code&quot;,</span >

Why is this one title case…?

<span class="quote">&gt; LayoutTests/inspector/debugger/js-stacktrace-expected.txt:43
&gt; -        &quot;functionName&quot;: &quot;eval code&quot;,
&gt; +        &quot;functionName&quot;: &quot;global code&quot;,</span >

… and this one isn't?

<span class="quote">&gt; Source/JavaScriptCore/inspector/InjectedScriptSource.js:528
&gt; +        // When not evaluating on a call frame, we evaluate as a program
&gt; +        // with the Command Line API as a scope extension object.
&gt; +        var result = InjectedScriptHost.evaluateWithScopeExtension(expression, commandLineAPI);
&gt; +        if (saveResult)
&gt; +            this._saveResult(result);
&gt; +        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>