[Webkit-unassigned] [Bug 57963] Make the style of createFunctionOnlyCallback in V8 consistent with the JavaScriptCore version.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 12:01:24 PDT 2011


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





--- Comment #4 from Leandro GraciĆ” Gil <leandrogracia at chromium.org>  2011-04-06 12:01:24 PST ---
(In reply to comment #2)
> (From update of attachment 88471 [details])
> Can you split the 'if' in the implementation into two separate statements to match JSC? Also, is there any advantage in moving this to the cpp to avoid header bloat?

'if' split. However, in this case only the v8 value is required by the function, and it is also a return value to other functions in the header. We're saving headers already with the exception throwing moved into the cpp file.

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