[Webkit-unassigned] [Bug 94790] Derived JS binding code throws a different exception than the normal one for overloaded functions when argument count is not enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 02:39:24 PDT 2012


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


Kentaro Hara <haraken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #160116|commit-queue-               |commit-queue?
               Flag|                            |




--- Comment #6 from Kentaro Hara <haraken at chromium.org>  2012-08-23 02:39:22 PST ---
(From update of attachment 160116)
View in context: https://bugs.webkit.org/attachment.cgi?id=160116&action=review

Why don't we need the same fix in CodeGeneratorV8.pm?

>>> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:1336
>>> +    my $leastNumMandatoryParams = 255;
>> 
>> Where does 255 come from?
> 
> Just want to initialize variable $leastNumMandatoryParams with a number big enough for argument count, do you think 255 is a reasonable number?

Nit: OK. I was just curious.

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