[Webkit-unassigned] [Bug 196305] Assertion failed at Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:278

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 11:13:36 PDT 2019


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fpizlo at apple.com,
                   |                            |keith_miller at apple.com,
                   |                            |mark.lam at apple.com,
                   |                            |msaboff at apple.com,
                   |                            |ysuzuki at apple.com
         Resolution|---                         |INVALID
            Summary|[WebKit/JavaScriptCore]     |Assertion failed at
                   |Assertion failed at         |Source/JavaScriptCore/runti
                   |Source/JavaScriptCore/runti |me/ExceptionHelpers.cpp:278
                   |me/ExceptionHelpers.cpp:278 |

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
JSObject* createError(ExecState* exec, JSValue value, const String& message, ErrorInstance::SourceAppender appender)
{
    VM& vm = exec->vm();
    auto scope = DECLARE_CATCH_SCOPE(vm);

    String valueDescription = errorDescriptionForValue(exec, value);
    ASSERT(scope.exception() || !!valueDescription); // Line 278

-- 
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/20190328/c96d7832/attachment.html>


More information about the webkit-unassigned mailing list