[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:58:03 PDT 2012


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





--- Comment #10 from Mark Lam <mark.lam at apple.com>  2012-06-20 18:58:02 PST ---
(In reply to comment #9)
> (From update of attachment 148241 [details])
> 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?!

This was left there temporarily so as to not perturb the tested code for this change set too much before committing.  This was done deliberately with the intention to fix it in a subsequent change set.  See:
   https://bugs.webkit.org/show_bug.cgi?id=89490

-- 
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