[Webkit-unassigned] [Bug 21918] A JavaScript Exception abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 27 22:51:07 PDT 2008


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





------- Comment #2 from oliver at apple.com  2008-10-27 22:51 PDT -------
(From update of attachment 24705)
I really don't like this -- you're making inline functions no longer be inline,
and are increasing the verbosity of a fairly standard concept (eg. methods that
taken an execution context). In terms of code style ExceptionCaptcher class is
only used in V8, yet is being included behind an ifdef in the "cross platform"
part of the header.

At the very least ExceptionCapther should be in its own file, rather than
creating new files which already have traces of ifdef hell.


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



More information about the webkit-unassigned mailing list