[Webkit-unassigned] [Bug 38920] V8 overload support ported to JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 14:31:38 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55882|review?                     |review+
               Flag|                            |




--- Comment #4 from Adam Barth <abarth at webkit.org>  2010-05-12 14:31:38 PST ---
(From update of attachment 55882)
WebCore/bindings/scripts/CodeGenerator.pm:378
 +          $function->{overloadIndex} = @{$nameToFunctionsMap{$name}};
This perl is slightly mysterious to me.

This looks reasonable.  It's a bit of a hack to skip the functions when the overload index is greater than one, but I think that's ok for now.

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