[Webkit-unassigned] [Bug 193246] ASSERT when paused in debugger and console evaluation causes exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 11:09:08 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193246

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
This is the inspector evaluating JavaScript when paused, so there are a few things.

    1. The page is paused in JavaScript (nested event loop)
    2. The inspector then evaluates script in its InjectedScript (InjectedScript::evaluateOnCallFrame)
    3. The evaluate on call frame performs an eval on the call frame (DebuggerCallFrame::evaluateWithScopeExtension)

So the "topCallFrame" may be a little tricky here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190108/956b18b8/attachment.html>


More information about the webkit-unassigned mailing list