[Webkit-unassigned] [Bug 89410] JSC needs to record line numbers for exception stack traces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 18:51:44 PDT 2012


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





--- Comment #9 from Darin Adler <darin at apple.com>  2012-06-20 18:51:44 PST ---
(From update of attachment 148241)
View in context: https://bugs.webkit.org/attachment.cgi?id=148241&action=review

> Source/JavaScriptCore/bytecode/CodeBlock.h:727
> +            return true || (m_rareData
> +                && (m_rareData->m_expressionInfo.size() || m_rareData->m_exceptionHandlers.size()));

What’s the true || doing here?!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list